java.lang.NoSuchMethodError: org.openqa.selenium.WebDriverException.addInfo(Ljava/lang/String;Ljava/lang/String;)V
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Software Quality Assurance & Testing by Basavaraj_PN
, 1 year agovia Google Groups by Federico Lenzi, 2 years ago
via automated-testing.info by Unknown author, 2 years ago
java.lang.NoSuchMethodError: org.openqa.selenium.WebDriverException.addInfo(Ljava/lang/String;Ljava/lang/String;)V
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:609)
at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:180)
at io.appium.java_client.AppiumDriver.performTouchAction(AppiumDriver.java:293)
at io.appium.java_client.TouchAction.perform(TouchAction.java:301)
at Bus.main(Bus.java:133)