Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么我收到此错误。我应该使用哪个库文件来解决此错误。
看起来你没有 selenium-android-driver jar。但是安卓驱动已经被selendriod取代了。相反,您应该这样做:
WebDriver driver = new RemoteWebDriver(DesiredCapabilities.android());