Forum Discussion

kerriem's avatar
kerriem
Occasional Contributor
3 years ago
Solved

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:  ...
  • ebarbera's avatar
    ebarbera
    3 years ago

    Hello kerriem 

     

    Have you tried a Keys operation into the URL field? Maybe it requires being typed instead of a SetText operation.