webdriver {
driver = remote
remote {
url="http://localhost:8085"
driver=chrome
}
}
Open Remote Chrome Browser
Open Browser ${PAGE_URL} ${BROWSER} remote_url=http://localhost:8085
services: [],
// host/port/protocol your hlm-proxy service
hostname: '127.0.0.1',
port: 8085,
protocol: 'http'
ChromeOptions options = new ChromeOptions();
WebDriver driver = new RemoteWebDriver(new URL("http://localhost:8085"), options);
https://User_Name:Access_Key@hub.browserstack.com/wd/hub
https://User_Name:Access_Key@hub.browserstack.com/wd/hub
ChromeOptions options = new ChromeOptions();
WebDriver driver = new RemoteWebDriver(new URL("http://localhost:8085"), options);