Had an issue with hover in FF16 (looks like its a selenium bug, will report 
there), but noticed the following:-

Steps:-
b = Watir::Browser.new(:chrome)
b.goto("http://10cms.qa.s3.amazonaws.com/hover/index.html";)

Notice that if you hover over the 2 links you get a yellow hover styling from 
the CSS.

b.link(text: "w3schools.com").flash  (should flash the first link)

Now goto the link again in the browser by hand, notice that the CSS style no 
longer applies on hover.


Note:-
This also happens with Firefox 16.  (upgraded to 17 to try and its broken 
selenium webdriver 2.26).

System:-
Watir-webdriver 0.6.1
Watir 4.0.2
Selenium-webdriver 2.26.0
FF16 / Chrome 23.0.1271.64 / Windows 7.

Thank you.

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/171
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to