how to prevent launching browser with focus in address bar
New to TestComplete and trying to automate my first test of launching our WebUI application in any browser (tried in Chrome and Firefox). I am writing the script in Python and have the following: ...
Aliases.browser.BrowserWindow.Keys("[Enter]") and this effectively was pressing go to move focus to the username field as it would if I entered the URL manually and pressed Enter.