On Fri, Jul 12, 2013 at 10:58 AM, maulik goswami <mcgosw...@gmail.com>wrote:

> Watir::Wait.until(10) {br.text_field(:id => "companyName").value.exists?}


I think the problem is that here you are waiting for the text field to have
any value, and I guess empty string is any value. You should probably wait
until the text field's value is different from empty string, or something
like that.

Željko
--
https://leanpub.com/watirbook

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to