Open GoogleCodeExporter opened 9 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
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
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
vba.dee...@gmail.com
on 23 Jul 2014 at 10:34