leochabi / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 1 forks source link

Chrome browser - Alert message #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system : Windows 7
.Net Framework version :
Office Version :2007
SeleniumWrapper version :1.0.19.0

What is your issue ?
I am getting alert message "you are using an unsupported command-line flag; 
--ignore-certificate-errors. stability and security will suffer." from chrome 
browser. how do I disable in VBA code.

Thanks in Advance.

Original issue reported on code.google.com by vba.dee...@gmail.com on 23 Jul 2014 at 10:34

GoogleCodeExporter commented 8 years ago
This issue seems to be related to the ChromeDriver:
https://code.google.com/p/chromedriver/issues/detail?id=799

From what they say there, it can be resolved using the "--test-type" command 
line argument:
driver.addArgument "--test-type"
driver.start "chrome", "http://..."

Original comment by florentbr on 28 Jul 2014 at 11:36

GoogleCodeExporter commented 8 years ago
after adding "driver.addArgument "--test-type", no alret message and its 
working fine.

Thanks a lot.

Original comment by vba.dee...@gmail.com on 30 Jul 2014 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by florentbr on 8 Sep 2014 at 5:40