Hello, every body,i am new to watir and i hava a problem in using watir.My Html page is: <html> <head></head> <a href="http://pragmaticprogrammer.com/titles/ruby/" id="one" name="book">Pickaxe</a> </body> </html> I use watir like this: ie.link(:href,"http://pragmaticprogrammer.com/titles/ruby/").click or ie.link(:id,"one").click but it gets error:t.rb:66:in `assert_exists': Unable to locate element, using {:tag_name=>["a"], : href=>"http://pragmaticprogrammer.com/titles/ruby/"} (Watir::Exception::UnknownObjectException). So what's the problem?How to resolve it? I am very happy if you help me.Thank you.
-- 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]
