Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

WebDriver: Chrome browser opens but doesn't load a page #4765

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 4765

@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)

Reported by resident234 on 2012-11-12 10:07:08


- _Attachment: sampleResult.png
![sampleResult.png](https://storage.googleapis.com/google-code-attachments/selenium/issue-4765/comment-0/sampleResult.png)_

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions