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.
Refresh window
hello sumitra,
i am testing web application through Sahi v 3.5 tool . in which i want to refresh the current web page hence i am pressing F5 key. manually , but controller is not recording this F5 key stroke so is there any alternative process to refresh the page and controller should recognise this action.
please reply so that i proceed further.
I am using Windows 7, on IE9, and using Sahi v3.5 latest version
Regards, kapil
i am testing web application through Sahi v 3.5 tool . in which i want to refresh the current web page hence i am pressing F5 key. manually , but controller is not recording this F5 key stroke so is there any alternative process to refresh the page and controller should recognise this action.
please reply so that i proceed further.
I am using Windows 7, on IE9, and using Sahi v3.5 latest version
Regards, kapil
Comments
Use _navigateTo(url, forceReload) // its equivalent of pressing F5 key in your case.
If the url is same as what is loaded on the browser, the page will be refreshed only if forceReload is true
Regards
Sumitra