Open GoogleCodeExporter opened 9 years ago
THANK YOU SO MUCH!! I was like...what is this werid error...
Original comment by or.fa...@gmail.com
on 14 Aug 2013 at 6:18
Ah thanks!! I was just about to give up on this issue!
Original comment by reachl...@gmail.com
on 16 Sep 2013 at 11:09
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:18
Unable to reproduce issue with ChromeDriver 2.15, Chromium:44, WIndows 7
Please try again and let us know if we differ from what you are trying.
Sample Code:
System.setProperty("webdriver.chrome.driver","drivers/chromedriver.exe");
ChromeOptions options = new ChromeOptions();
options.setBinary("C:\\Users\\ssudunagunta\\AppData\\Local\\Chromium\\Applicatio
n\\chrome.exe");
WebDriver driver = new ChromeDriver(options);
driver.get("http://www.google.com");
Original comment by ssudunag...@chromium.org
on 13 Apr 2015 at 5:29
Unfortunately I'm not in a position to test at the moment (haven't used
chromedriver since 2013 and these days I have an up-to-date browser), but 0.7
was so many versions ago that this bug has probably served its purpose by now.
Original comment by sqw...@gmail.com
on 15 Apr 2015 at 2:17
Original issue reported on code.google.com by
sqw...@gmail.com
on 18 Apr 2013 at 3:46