Hi,

In a web page after entering a specific value in a text field, some links 
appears. So i wanted to keep entering a value in a text field unless the links 
appears on a page. So how do i check the appearance of a link after specific 
value entered in a text field.
I have used following code do this, but unable to proceed. 
begin
$ie.text_field(:name,"text1").set("google")
$ie.button(:name,"button1").click
end until (link appears)?

Thanks,


                                
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to