ericmckean / chromedriver

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

testShadowDomClick fails on waterfall #1016

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some new error checking in getComputedStyle (crrev.com/752713002) causes 
testShadowDomClick to fail. I've traced through and found that the error 
happens when ChromeDriver calls the webdriver.chrome.getLocationInView() atom, 
and the error message is:

UnknownError: unknown error: Failed to execute 'getComputedStyle' on 'Window': 
parameter 1 is not of type 'Element'.

I'm disabling the test for now, and will re-enable once the atoms fix lands in 
the upstream selenium repo.

Original issue reported on code.google.com by samu...@chromium.org on 12 Jan 2015 at 6:54

GoogleCodeExporter commented 9 years ago
Fixed in https://codereview.chromium.org/848273004

Original comment by samu...@chromium.org on 23 Jan 2015 at 9:45

GoogleCodeExporter commented 9 years ago

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