下記のコードを使用してGoogle Chromeのポータブルブラウザにアクセスしようとしています。Google Chrome Portable with Seleniumを開くことができません
System.setProperty("webdriver.chrome.driver","C:\\Selenium\\Browsers\\GoogleChromePortable\\GoogleChromePortable.exe");
driver=new ChromeDriver();
ブラウザが開かれたが、すぐに以下の例外を除いて
例外クローズ:
org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
誰もがセレンwebdriverを使用してGoogleのクロムポータブルブラウザにアクセスする方法を手伝ってくれるし。
応答のためのchromedriver.exe – theRoot