I am using watir-webdriver to right click on an element and then select an item from the new menu that shows up. The piece of my code for right clicking is working fine but then I am not able to select anything from the new menu, here is a snippet of my code:
s = @browser.span :text => 'Drafts' s.right_click #I see a menu now @browser.send_keys :up @browser.send_keys :enter Nothing happens when I send_keys. Am I missing something here, is there another way to select the items from the new menu. Thanks a lot. -- 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]
