If I write 

b.select_list(id: 'something').select("")


default timeout is not applied here for a select_list, it immediately 
throws error if select_list doesn't exist

but If I write the following code


puts b.select_list(id: 'something').text  #this would print the selected 
option value according to new change


This line is waiting for select_list to exist.

This must be a bug, isn't it?

-- 
-- 
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]

--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to