How I can get the request headers from webdriven in undetected_chromedriver.v2? The follow code not works with undetected_chromedriver:
driver.requests
How I can get the request headers from webdriven in undetected_chromedriver.v2? The follow code not works with undetected_chromedriver:
driver.requests
Try setting CDP, then looking for network.requestWillBeSentExtraInfo
- it's in the docs I think.