Russ Thomas wrote:

I don't seem to be able to do this in FF

fireEvent
document.getElementById("divA")
mouseover

In 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
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to