Selenium Web驱动程序:org.openqa.selenium.NoSuchElementException:没有这样的元素:无法找到元素:

时间:2019-05-02 07:09:32

标签: selenium selenium-webdriver selenium-chromedriver nosuchelementexception

我点击图片按钮,但出现错误:

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:

1 个答案:

答案 0 :(得分:0)

我认为一定有等待的问题。尝试代码以等待该特定元素。

reset_index()