Forum Discussion

tmahender12's avatar
tmahender12
Frequent Contributor
10 years ago

Browser

Browser.close is not working in Test complete 9, is there any other syntax?

1 Reply

  • baxatob's avatar
    baxatob
    Community Hero

     

     

    Aliases.browser.Close() 

    or

    Sys.Browser(process_name).Close() -> where process_name is the name of the browser process,
    e.g. "iexplore" or "firefox"