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.
Script stops running after logged in
Hey guys,
I'm really desperate! I have ran a script which includes a logging into a website, and it always stops after it gets logged in. I have tried to put it in a for loop but nothing happened
The logging script is:
_setValue(_textbox("log"), "testing1");
_setValue(_password("pwd"), "123451");
_click(_submit("Sign In"));
After this nothing happens.
thanks in advance!
I'm really desperate! I have ran a script which includes a logging into a website, and it always stops after it gets logged in. I have tried to put it in a for loop but nothing happened
The logging script is:
_setValue(_textbox("log"), "testing1");
_setValue(_password("pwd"), "123451");
_click(_submit("Sign In"));
After this nothing happens.
thanks in advance!
Best Answer
-
Hi shai,
What is the error that you receive when you run the script? What does it show in the logs? Also, after the login, does the website redirect to a https link?
Regards.
Answers
Step >_sahi._click(_sahi._link("sign in"));< did not complete in 150 seconds. at 08-Oct-2013 11:03:57
In the sahi controller the script just stops running and displays no errors.
There is no https link which the website can be directed to. (and the website is still under development )