ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

ChromeDriver fails to close DevTools UI before executing commands #973

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the DevTools UI is opened manually while a ChromeDriver test is running, 
ChromeDriver is supposed to try to close it. However with current versions of 
Chrome, it fails with the following error:

selenium.common.exceptions.WebDriverException: Message: unknown error: 
Runtime.evaluate threw exception: TypeError: Cannot read property 'click' of 
null

Not only does it fail to close the DevTools UI, it also fails to execute the 
command.

Original issue reported on code.google.com by samu...@chromium.org on 10 Nov 2014 at 10:13

GoogleCodeExporter commented 9 years ago
Fixed in crrev.com/697843003, will be released with 2.13

Original comment by samu...@chromium.org on 24 Nov 2014 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 12 Dec 2014 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:25