How to send a cookie to the webbrowser using Python (I am using version 3.7)?
I know how to open a website:
import webbrowser
webbrowser.open("http://www.example.com", new=2)
But I have no idea, how to open that site with some cookies saved somewhere.