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 がないようです。しかし、Android ドライバーは selendriod に置き換えられました。代わりに、次のことを行う必要があります。
WebDriver driver = new RemoteWebDriver(DesiredCapabilities.android());