我有以下元素(为简洁起见):
<div id="searchButton">
<div>
<div>
"Search"
::after
</div>
</div>
</div>
渲染到这个元素:
我现在想单击下拉箭头。
如何为此编写选择器?
我有以下元素(为简洁起见):
<div id="searchButton">
<div>
<div>
"Search"
::after
</div>
</div>
</div>
渲染到这个元素:
我现在想单击下拉箭头。
如何为此编写选择器?