Does anyone here know how to get Selenium to click on a link using the fireEvent method. It does not seem to work for me in FireFox (although I have not tried in IE either). Here is my code...
selenium.fireEvent("link=Fittings", "click");
This does work...
selenium.click("link=Fittings");
What I am trying to do is make my tests much more dynamic by using XML to create the tests and to identify the elements and actions to be carried out. The fireEvent method will help if I can get it working.
Tags: fireevent, selenium
-
▶ Reply to This