Maros94
3 years agoNew Contributor
How do I prevent a browser refresh after "Navigate" method in KeywordTests
Dear community, I am new to TestComplete and have a question regarding the Navigate method for browsers in KeywordTesting. Basically what I am struggling with is when I am using multiple brow...
- 3 years ago
mattb Hello Matt,
Thank you for your response. I found a workaround for this. Instead of the "Navigate" feature I use the "Aliases.browser.BrowserWindow" object which will be recorded once I click on the browser again, this will open the browser without refreshing the page. Works fine!