Forum Discussion

ehendin's avatar
ehendin
New Contributor
7 years ago
Solved

Problem with TestComplete locating a pop up

Hi Everyone, I have been trying to find a solution or even a workaround for an issue with my TestComplete Keyword mode script, which seems unable to find a pop up window.   I actually see the appli...
  • baxatob's avatar
    baxatob
    7 years ago

     

    Try to call snippet: Alias.browser.BrowserWindow(1).SetFocus();

     

    Does it help?