I was trying to run google_search.rb from tutorial:

require 'watir'

# set a variable
test_site = "http://www.google.com";

# open the IE browser
ie = Watir::IE.new

ie.goto test_site

ie.text_field(:name, "q").set "pickaxe" # "q" is the name of the
search field

Always getting 'assert_exists': Unable to locate element, using :name,
"q" (Watir::Exception::UnknownObjectException...)

Spent already half a day. Nothing works. Please, help.

Thank you very much,
Vladimir

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to