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

Fingerprint wont change and proxy detection #393

Closed skndrvoip closed 2 years ago

skndrvoip commented 3 years ago

https://prnt.sc/1rqoasz https://prnt.sc/1rqof0g

can we fix this issue? The first one detects that I use proxy the second one the fingerprint won't to change even I use fake user agent I don't know if its a major issue or its normal

skndrvoip commented 3 years ago

also login to google with seleniumwire and undetected chrome only works if I enable the incognito chrome mode so is that normal?

skndrvoip commented 3 years ago

also proxy work if i only activate the incognito mode

ericgonzalez94018 commented 3 years ago

same thing

HMaker commented 3 years ago

That's a browser thing, the goal of seleniumwire is to add support for request and response interception and proxy authentication to standard selenium. However integration with undetected-chromedriver is supported throught seleniumwire.undetected_chromedriver.v2 imports.

wkeeling commented 2 years ago

It's not possible for Selenium Wire to hide the proxy nor any fingerprint at the present time.