Forum Discussion
1 Reply
- baxatobCommunity 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"
Browser.close is not working in Test complete 9, is there any other syntax?
Aliases.browser.Close()
or
Sys.Browser(process_name).Close() -> where process_name is the name of the browser process,
e.g. "iexplore" or "firefox"