Refresh a web page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-11-21 10:56 AM
Good morning,
Is there a good practice to reload a web page when it has been already open? In an action?
Example:
I have Google open, and I want the page to be automatically reloaded. Still a begginer 🙂
Thanks
Is there a good practice to reload a web page when it has been already open? In an action?
Example:
I have Google open, and I want the page to be automatically reloaded. Still a begginer 🙂
Thanks
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-11-21 02:55 PM
There are a number of ways to do what you want depending on what browser you are using and what kind of reliability you want out of it. You could do something as simple as sending F5 to the browser or you could click the browser's refresh button or you could invoke javascript to refresh the content. Most people will probably send F5. From there you can have wait stages before and after to validate the refresh. How much you want to validate the action is up to you but for reusability I'd validate it as much as possible to work in as many situations as possible without drastically slowing down the action.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-11-21 12:44 PM
Erin,
Thank you for your help! I've worked out another alternative with UIA automation, however I will keep your feedback for future challenges
Carolina
Thank you for your help! I've worked out another alternative with UIA automation, however I will keep your feedback for future challenges
Carolina
