18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Button On Page Not Being Found
The following while being recorded and and played back successfully in IE:
_mouseOver(_button("set"));
does not seem to want to work in Firefox. I at first thought that it might be some kind of timing error so I added a "_wait()" (first with a value of 250 and then with a value of 500) in front of it in the script, but that did not help. In the log for this statement I'm getting this:
Logging exception:
_mouseOver(_button("set"));
Error: The parameter passed to _mouseOver was not found on the browser at Sep 4, 2013 12:58:38 PM
All I did when recording this script was to hover over the button and its id attribute value is indeed equal to "set".
So my question is why am I getting this error?
Thanks for the help.
_mouseOver(_button("set"));
does not seem to want to work in Firefox. I at first thought that it might be some kind of timing error so I added a "_wait()" (first with a value of 250 and then with a value of 500) in front of it in the script, but that did not help. In the log for this statement I'm getting this:
Logging exception:
_mouseOver(_button("set"));
Error: The parameter passed to _mouseOver was not found on the browser at Sep 4, 2013 12:58:38 PM
All I did when recording this script was to hover over the button and its id attribute value is indeed equal to "set".
So my question is why am I getting this error?
Thanks for the help.
Answers
Please check whether the API _mouseOver is working for you on Firefox on the following page: and let me know.
Regards.