claventure
10 years agoOccasional Contributor
Passing Credentials to a Page Navigated
I can go to my site manually,
http://myweb10/MyWebApp
I can add a user/password in my other (Selenium) Tests
(for "headless" operations)
http://myuser:mypass@myweb10/MyWebApp
In TestComplete I have tested successfully using Keyword Test line:
Navigate | Internet explorer | http://myweb10/MyWebApp
Now I need to add that username/password as shown with my selenium version.
How do I do this?
Thanks, Chris
- Hi Chris,
You can edit parameters of keyword test operations. To change the URL, double-click it and then enter the new URL with the login and password embedded.