You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
@Test
public void sampleFailingTest() {
System.setProperty(ChromeDriverService.CHROME_DRIVER_EXE_PROPERTY,
"C:\home\regression\utils\WebDriverUtils\src\main\resources\chromedriver.exe");
ChromeOptions chromeOptions = new ChromeOptions();
driver = new ChromeDriver(chromeOptions);
driver.get("http://www.test.com");
}
Expected Result:
I should be navigated to the www.test.com page.
Actual Result:
I'm not. Instead I'm seeing an empty page with the url passed to the address bar. Please,
take a look at the screenshot.
NOTES:
If I run the chrome browser in --no-sandbox mode, it's working just fine.
Selenium version: 2.25.0
OS: Win7, x64
Browser: Google Chrome
Browser version: 23.0.1271.64 m
GoogleDriver version: chromedriver_win_23.0.1240.0
JDK used: 1.6.0_35 (x32)