Can you try to use ````td```` instead of ````cell````:
````
@browser.frame(:id, 'MainFrame').table(:id, /tblDynamicMenu/).td(:text, 
'SLR').click_no_wait
````

If that also gives out an error then try these lines to see where it goes wrong:
````
@browser.frame(:id, 'MainFrame').table(:id, /tblDynamicMenu/).click_no_wait
@browser.frame(:id, 'MainFrame').click_no_wait
````

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

Reply via email to