Refresh the browser page
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Refresh the browser page
Hi all,
I need to refresh the browser within my tests, like doing an F5 on the browser.
The "Browsers.Refresh" method seems not suitable for my scope (it refresh the object tree within TestComplete, but not the browser page).
Is there a method to refresh the browser page?
I would not to be bound to use the Keys method with F5 (in this case, I'm bound to have the focus on the browser page).
Thanks
Simona
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why not use the F5 refresh and then reset your Focus? You can save the object name before you use F5 if you need to.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes @Marsha_R , but I was looking for a specific method, more reliable, to be used for the browser to refresh it, and it seems strange that it is not existing and that the only way is to press the F5 key within the code.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Refresh (F5) in browser essentially requests page a-new from web server.
So you may use .Navigate() or .ToURL() methods to refresh the page.
While I am with Marsha and would use F5 unless there are some specific requirements/conditions.
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
