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.

how can i record the scripts if i navigate to another url ????

somisomi Members
edited November -1 in Sahi - Open Source
how can i record the scripts if i navigate to another url from the current url . Can anyone help me in this issue. as this is my requirement.

Comments

  • I would record my two scripts seperately and then before playback I would put the two scripts into the same file with a navigate command between them like
    Script 1 start
    :
    Script 1 end 
    
    _navigateTo("URLString")
    
    Script 2 start
    :
    Script 2 end
    
    Hope this is of help
  • ya thanks!!! its working by the way u told.....
Sign In or Register to comment.