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.
Canary、Beta、または現在の本番環境の chrome を使用するようにchromedriver (Chrome 内のwebdriver実装)に指示する方法はありますか?
非標準の場所にある Chrome 実行可能ファイルを使用するように ChromeDriver に依頼できます
ChromeOptions options = new ChromeOptions(); options.setBinary("/path/to/other/chrome.exe");
Mac OS X では、これはアプリだけでなく実際のバイナリである必要があります。例: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome。
/Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[ chromedriver の機能とスイッチ経由]