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

Integration with undetected-chromedriver #207

Closed Zozimo-Brasil closed 3 years ago

Zozimo-Brasil commented 3 years ago

Some sites are not loaded when using Selenium Wire, as they detect Bot, which Undetected Chromedriver can pass. Is there a way to integrate the two and not get blocked when using the selenium wire?

wkeeling commented 3 years ago

Selenium Wire v4.1.1 now integrates with undetected-chromedriver if it finds it in your environment. More info in the docs. This is still experimental so if you find any problems or you want to suggest any improvements please raise an issue. Closing this issue for now.