我点击图片按钮,但出现错误:
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element
HTML:
<img src="../RupeeWeb/images/entry/trade_jm.png" style="width: 25px; margin-bottom: -1px;"/>
我的代码是:
driver.findElement(By.xpath("//*[@id=\"1556776066373-0-uiGrid-002G-cell\"]/a[1]/img")).click();
错误:
Exception in thread "main" org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element:
答案 0 :(得分:0)
我认为一定有等待的问题。尝试代码以等待该特定元素。
reset_index()