Oh that is in IE that the problems persist. All of the menus work OK in Firefox and Chrome using browser.wd.
On Wednesday, April 25, 2012 9:51:41 PM UTC-5, mndude wrote: > > OK, I was able to implement now using browser.wd. Important to note that > the elements need to be "found" with browser.wd.find_element() before > trying to put them into browser.action.click( menu ).click( submenu > ).perform. > > Only problem is that my original code doesn't work for the very first sub > menu item in 3 of the 7 top drop down menus I have to work with. :( It is > like WebDriver just isn't getting quite the right thing clicked. On one > menu the first item from the next menu is clicked instead, other two just > don't get clicked at all. I think it may be a timing issue, but I don't > know how to slow down the process of the Selenium Action Manager. I've > verified that I've located the correct link in the submenus... > > Thanks for the help, guys! I'll have to work around this some other way. > > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
