Firing change events in Selenium and IEx?
问题 I'm just getting started on Selenium, so I'm still wrapping my head around all the moving parts. I've got my first test suite up and running, but can't for the life of me get jQuery event listeners to fire in IE. This is especially problematic on dynamic AJAX dropdowns such as $('#country').live('change',showStates) select -> id=country | label=United States The selenium driver triggers the events in response to the test script for all other browsers, but nothing I've tried causes or forces