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.

Sahi controller stores only 1st ui action in .sah file not all other actions

shashi007shashi007 Members
edited November 2013 in Sahi - Open Source
Hi All,

When i record using sahi controller, it stores only 1st ui action in .sah file not all other actions.
So, I have to manually paste the content of history to .sah file.

Can anyone suggest what is the solution to store all ui actions in .sah file.
Thanx in advance.

Regards,
Shashi

Best Answers

  • Hi,

    Can you paste the script here, and can you tell the steps you following when u meaning record using controller.
  • Hi Bhavitha,

    _setValue(_textbox("j_username"), "shashi@108.com");
    _setValue(_password("j_password"), "germinait1");
    _click(_submit("Login"));
    _click(_link("00-Ontology"));
    _click(_link("Verbatim Threads"));

    For record using controller i.e.
    - Specify a file name for sahi script
    - Click on 'Record' button of sahi controller
    - Performing the above actions on sahi browser

    Only first line is getting saved in file specified.

    Thanx & Regards,
    Shashi
Sign In or Register to comment.