Nikhil1249
5 years agoNew Contributor
how to refresh browser in KDT
Once I navigate from first page to second page I want to refresh the browser to load the page in the middle of the test.
How can I implement refresh browser in the KDT ?
Generally we use browser.refresh() for the script test. so what step we can use for KDT ?
Code examples are here:
Try running just the code snippet line of your test and see what happens. Maybe the refresh is working and there's another issue, like the timing is off.