Watir question regarding select_list and reloading

Posted by AJ on Stack Overflow See other posts from Stack Overflow or by AJ
Published on 2010-05-20T19:58:59Z Indexed on 2010/05/20 20:00 UTC
Read the original article Hit count: 185

Filed under:
|

I have a drop down with multiple options. Whenever you choose an option, the page reloads with data specific with that option. Currently I'm using

select.list(:name, strg).set(value)

and it does that part just fine, but it does not reload the page with the specific data. Anyone know how to help. When i watch it in action, it doesn't select the option either, but my logs show that it does.Thanks.

© Stack Overflow or respective owner

Related posts about watir

Related posts about ruby