heidi_n
10 years agoRegular Contributor
Navigate to a specific URL action not showing?
In my test, I'd like to navigate to a specific website (let's say for this example yahoo.com). When I record my test, it doesn't show the action to navigate to the specific website, and when I pl...
- 10 years ago
Try with TestedApps you have.
TestedApps.chrome.ToUrl("www.yahoo.com")
or
Sys.Process("chrome.exe").ToUrl("www.yahoo.com")
Also below additional help for Chrome will help.