wkeeling / selenium-wire

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

Update README.rst #714

Open RNFS opened 9 months ago

RNFS commented 9 months ago

I was trying to run the browser in headless mode, but that's not explained in the project documentation, so I had to read through the code and found that you use the undetected-chromedriver project. I read their documentation to figure out how to run the browser in headless mode. I think adding this information to the project documentation will save time for other developers.