I'm using python-webkit right now, but it's missing WebKitAuthenticationRequest, which I need. Is there a python webkit2 module, or maybe is there a way to do authentication in the old webkit?
You can get WebKit2 from the gi.repository
module (also known as PyGObject).
Make sure you have the following packages:
You should then be able to use WebKit2 -
from gi.repository import WebKit2
(Note that this module is for GTK+ 3).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With