Hi,
I can use webbrowser.open_new(url) to open an browser window easily, but how do I close this browser window ?
I have searched the web and still not able to find a solution. Another way of doing this might be to start the browser window in a separate program (progA) then use another program to kill the program (progA) but this is very crude, and how do I do this ? I am very new to python.
Thanks