Use Application/Browser Output

Hi,

FYI, another approach.

Close window of application

uie.GetTopLevelWindow.Close()

OR

Close browser

uie.GetBrowser.Close()

note: uie is from output property of Use Application/Browser

image

Regards,