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.
Not recording 1 step
Website: www.idera.com
When we record 3 steps
1.Click on "Resources" Tab.
2.Click on "White Papers" under SQL server.
3.Click on whitepaper "Worst Data Breaches of 2012: Stolen Data Lives On Lost Data is Lost Forever"
Step 2 is not showing when we do playback.
It is showing only Step 1 .
_click(_link("Resources"));
_click(_link("Worst Data Breaches of 2012: Stolen Data Lives On Lost Data is Lost Forever"));
--Stopped Playback: FAILURE--
FAILURE:
_click(_link("Worst Data Breaches of 2012: Stolen Data Lives On Lost Data is Lost Forever"));
Error: The parameter passed to _click was not found on the browser at Nov 12, 2013 1:11:05 PM
Any help would be much appreciated.
Regards
When we record 3 steps
1.Click on "Resources" Tab.
2.Click on "White Papers" under SQL server.
3.Click on whitepaper "Worst Data Breaches of 2012: Stolen Data Lives On Lost Data is Lost Forever"
Step 2 is not showing when we do playback.
It is showing only Step 1 .
_click(_link("Resources"));
_click(_link("Worst Data Breaches of 2012: Stolen Data Lives On Lost Data is Lost Forever"));
--Stopped Playback: FAILURE--
FAILURE:
_click(_link("Worst Data Breaches of 2012: Stolen Data Lives On Lost Data is Lost Forever"));
Error: The parameter passed to _click was not found on the browser at Nov 12, 2013 1:11:05 PM
Any help would be much appreciated.
Regards
Answers
Have you tried manually entering the 2nd line in the scripts (even if its not recording)?
Please add the click statement manually and then try playing back the script.
Regards,
Pratyush
If I enter manually _click(_link("White Papers")); then it is working properly.
Is it because there are three white papers links in that page. How to correct it.
_click(_link("Resources"));
_click(_link("White Papers"));
_click(_link("5 Most Common Critical SQL Integrity Issues"));
_click(_submit("VIEW NOW"));
--Stopped Playback: SUCCESS--
Regards
Uday