Using below code trying to access google chrome portable browser.
System.setProperty("webdriver.chrome.driver","C:\\Selenium\\Browsers\\GoogleChromePortable\\GoogleChromePortable.exe");
driver=new ChromeDriver();
Browser opened but immediately closing with the below exception
Exception:
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.
Can anyone help me how to access Google chrome portable browser with Selenium Webdriver.