rkt231 / PyAnonWebBot

GNU Lesser General Public License v2.1
0 stars 0 forks source link

Add selenium #3

Closed rkt231 closed 1 year ago

rkt231 commented 2 years ago

Adding a selenium engine could reproduce more easily (from a basic user point of view) requests with browser.

Moreover, it may bypass some cookie (eg: for GDPR) or javascript popups (whereas it is more complicated with requests_html).

rkt231 commented 2 years ago

I may some need help to mix selenum with seleniumwire to intercept request from selenium driver and change the user-agent with seleniumwire...

rkt231 commented 1 year ago

Closed #3aa9b33