我正在尝试在登录后找到元素搜索栏和菜单按钮。 元素的html就像
<input _ngcontent-c1="" class="rttn-Input-Controller *** **** ng-touched" type="text" placeholder="*******">
and a menu button
<a class="********" popover="">
<span class="********">
<svg class="******" height="16" width="16">
<use class="ng-tns-c0-0" xlink:href="#Hamburger" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
<rect class="******"></rect>
</svg>
</span>
</a>
我可以在登录前找到搜索栏,但在登录后它表示该元素此时无法点击。 我已经使用了Actions类,但它没有点击。我在chrome上使用selenium 3.7(java)。