On Oct 20, 7:19 am, RJ wrote:
> fire_event('onchange') did not help
I think we might need to see a larger sample of the page HTML in order
to have a better idea of what is going on, or if you can share a
public URL with this or a highly similar control on it?
Background (for those readers
fire_event('onchange') did not help
--
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
On Oct 19, 1:08 pm, RJ wrote:
> Another IE select issue (on XP-IE8):
>
> HTML:
>
> opt1
> opt2
> opt3
>
>
> CODE on IRB: (this works)
> irb(main):056:0> option_selected = "opt1"
> irb(main):057:0>
> browser.select(:id=>"selection_display_option").select(option_selected)
> irb(main):059:0>