selenium webdriver findelement错误为线程中的异常" main" java.lang.NoSuchMethodError

时间:2016-02-17 07:57:10

标签: java selenium webdriver qwebelement

我无法让Serialization方法在最新findElement(v2.52)中使用。已导入所有必需的类。这是我收到的错误 -

WebDriver

我正在运行的代码是 -

Exception in thread "main" java.lang.NoSuchMethodError: org.openqa.selenium.By.findElement(Lorg/openqa/selenium/SearchContext;)Lorg/openqa/selenium/WebElement;
    at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:355)
    at Flipkart_Test.main(Flipkart_Test.java:38)

1 个答案:

答案 0 :(得分:0)

删除

public static void main(String[] args) {

使用@Test - (Junit)执行测试