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.

paramter not found

shiprashipra Members
edited November -1 in Sahi - Open Source
when i use _click(_button("")) , and pass parameter as button value then every time it shows.. no parameter found

Comments

  • SumitraSumitra Members
    Hi Shipra,

    1.Check if the parameters that you are trying to pass actually exist on the web page.

    2. The syntax to pass the parameter is:
    _click(_button($buttonValue);
    


    Regards
    Sumitra
Sign In or Register to comment.