Comment on Python Headless Web Browser Scraping on Amazon LinuxparentComments−ejk31413yYou could always write a simple proxy in python and simply route all of your traffic through that.See: http://voorloopnul.com/blog/a-python-proxy-in-less-than-100-...−nirvdrum13yBrowserMob Proxy is the go-to tool for use with Selenium:http://bmp.lightbody.net/−fauigerzigerk13yThat would add quite a lot of complexity to achieve something rather trivial.
Comments
You could always write a simple proxy in python and simply route all of your traffic through that.
See: http://voorloopnul.com/blog/a-python-proxy-in-less-than-100-...
BrowserMob Proxy is the go-to tool for use with Selenium:
http://bmp.lightbody.net/
That would add quite a lot of complexity to achieve something rather trivial.