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.
Question about manual page reload command
Does anyone know if there is a script command, that I could insert into my script, to reload my browser/page (using IE 9.0 if it matters)? I've done some searching but couldn't find anything that fits what I need. Please know that I am a NON-developer, so please keep it simple.
I would prefer something that I could simply cut & paste into my script (if possible).
Thanks so very much in advance.
Andy
Thanks so very much in advance.
Andy
Answers
_call("window.location.reload(true)");
Hope this helps.
Andy
_call(window.location.reload(true));
Sorry for the confusion.
Andy
_navigateTo(document.location.href, true) too
Regards
Wormi