Hi all,
  we are having a lot of Ajax stuffs in our application. I need help for Ajax 
stuffs to be automated with watir. This is how my application looks.
I have a search criteria with a link called "search a term". If i click on that 
link an Ajax select will be opened.I need to select a term using watir but its 
not happening with watir. This is my code.::
ie.select_list( :name , "criteria[1][type_id]").select("xyz")
Its giving me the error c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1939:in 
`assert_exists': Unable to locate object, using name and 
criteria[1][type_id](Watir::Exception::UnknownObjectException)

Also this "select" is shown in the html view source as this is ajax, it is 
loaded after the page is loaded. so is there any way to automate this with 
watir. I hope i am missing some thing.

Please help me regarding this.
Thanks in Advance,
Harish
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6378&messageID=17991#17991
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to