The provided html seems to be invalid. The ````li```` with id ````header:menu:menuLeft8```` is not closed. All ````div```` elements are also not closed.
If the link with text ````"Capture 1"```` is inside of the ````div```` with style ````display: none```` then you can't click the link because it is invisible. Starting from Watir-Classic 3.0 it will mimic WebDriver API where you can mostly do only things which the user can do - e.g. you cannot interact with invisible elements since user can't do that either. If you'd provide us with the complete html where all closing tags would be there then we could be sure that this is the issue. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/46#issuecomment-11037863
_______________________________________________ Wtr-development mailing list Wtr-development@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-development