0

Why this error is showing? Why i am getting this error. which library file should i use to resolve this error.

Naveen Chhaniwal
  • 704
  • 3
  • 6
  • 24

1 Answers1

2

Looks like you don't have the selenium-android-driver jar. But the Android driver has been replaced by selendriod. Instead you should do:

WebDriver driver = new RemoteWebDriver(DesiredCapabilities.android());
Andrew Luo
  • 919
  • 1
  • 5
  • 6