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 play the test, it just stays on my default home page...
Does anyone know what I'm missing? I'm using TC10, Chrome 44 and I installed the Chrome patch and enabled the extension.
Thanks,
Heidi
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.