I have the following element (stripped for brevitiy):
<div id="searchButton">
<div>
<div>
"Search"
::after
</div>
</div>
</div>
Which renders to this element:
I now want to click the dropdown arrow.
How to write a selector for this?