我无法让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)
答案 0 :(得分:0)
删除
public static void main(String[] args) {
使用@Test - (Junit)执行测试