wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.9k stars 254 forks source link

How to modify Browser Finger Prints? #288

Closed avilabss closed 2 years ago

avilabss commented 3 years ago

I see that we can intercept requests and responses using selenium wire. I wanted to know how can I detect Browser Finger Print values and modify them to what I want.

wkeeling commented 2 years ago

Modifying browser finger prints isn't currently possible with Selenium Wire and there's no plan to implement it at the current time.