I have a python selenium script which runs for about 1 hour continuously when issued. The problem is that it continously require an internet connection as well. So, when I close my laptop lid, the wifi gets disconnected. I want that even if I close the lid, the wifi must work continously and the script as well.
Any help would be appreciated!!