Thanks Richard,
WinClose("[CLASS:Notepad]", "")
With this command (using notepad), also works but I cannot make it with internet explorer. Can you please, explain how.
Here's a little bit more details about this project.
I'm using APPEON in a our website to load the application. When you open this webpage (appeon add-on) on our appeon manager shows one new session opens. So far so good.
When you close the webpage using windows close button, this session ends intermediately. Perfect, this is the way that suppose to work.
Here is my problems, when you do it using commands like taskkill (DOS) or process.close() etc, it doesn't work.
The session still opens in our Appeon manager
Any idea how I can try?
Thanks
Javier