Just a follow up.....
I thought I'd jump in with an even more basic test.

   puts "Clicking link 2"
   browser.link(:text,"2").click
   puts "Clicking link 3"
   browser.link(:text,"3").click

Link 2, no problem. Link 3 (or subsequent links or buttons).....
    Clicking link 2
    Clicking link 3
    
/usr/local/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.21.2/lib/selenium/webdriver/remote/response.rb:52:in
 
`assert_ok': Element must be displayed to click 
(Selenium::WebDriver::Error::ElementNotVisibleError)

Although it DOES find a text box on the parent page and will fill it in. 
Very strange.

-- 
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]

Reply via email to