Open GoogleCodeExporter opened 9 years ago
Looks like a duplicate of Issue1109
Original comment by gmanikp...@chromium.org
on 18 Jun 2015 at 5:47
ksmanoj99
Unable to reproduce issue with chromedriver:2.16, Ubuntu:14.04, Selenium:2.46.
Please try with latest version and let us know if you still facing the issue
Please find below sample code:
System.setProperty("webdriver.chrome.driver", "/path/to/chromedriver");
System.setProperty("webdriver.chrome.logfile", "/path/to/chromedriver.log");
ChromeOptions options = new ChromeOptions();
options.addArguments(new String[]{"chrome.switches","--disable-extensions"});
WebDriver driver =new ChromeDriver(options);
driver.get("http://www.google.com");
Original comment by ssudunag...@chromium.org
on 22 Jun 2015 at 10:53
Hi,
Issue is still reproducable to me for the following configs.
Selenium : 2.46
chromedriver:2.16
LSB Version:
:core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:d
esktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:pr
inting-4.1-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 7.0 (Maipo)
Release: 7.0
Codename: Maipo
Please find the attached chromedriver log
Original comment by ksmano...@gmail.com
on 22 Jun 2015 at 12:19
Attachments:
I have same problem.
Original comment by bruno.al...@clear.com.br
on 10 Jul 2015 at 10:15
Attachments:
Original issue reported on code.google.com by
ksmano...@gmail.com
on 18 Jun 2015 at 12:19Attachments: