Russ Thomas wrote:
I don't seem to be able to do this in FFfireEvent document.getElementById("divA") mouseoverIn IE it works fine.
You're not wrong. "fireEvent" is buggy/restricted in FireFox ... it can be used to trigger events from the "HTMLEvents" group (including "blur", "focus", "select", "scroll", etc), but not "MouseEvents", "UIEvents", "MutationEvents", or "KeyEvents".
There are a couple of outstanding JIRA issues on this, see http://jira.public.thoughtworks.org/browse/SEL-143 http://jira.public.thoughtworks.org/browse/SEL-150 -- cheers, MikeW http://www.dogbiscuit.org/mdub/ _______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
