selectctrl = @browser.select(:xpath, "//select[id='foo']")
selectctrl.select("Open")
- in FireFox and Chrome this fires other events in jquery, in IE, you see the UI change to Open for the select box, but nothing is fired
- I have looked at the events fired in firebug and tried to call fire_event("change") and other events that are shown, but nothing works
- Code works in FireFox 5, Chrome 12, does not work in IE 9 using
- latest gems on Ruby 1.8.7 patchlevel 334 on Windows