18 January 2026:


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

shaishai Members
edited October 2013 in Sahi - Open Source
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!

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

  • shaishai Members
    edited October 2013
    The error message in the logs:
    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 )


  • Is your website using Angular?
  • shaishai Members
    I will give you an answer tommorow, I have to check this with the developer
Sign In or Register to comment.