palanore1
Registered Member
- Feb 12, 2024
- 71
- 25
Hello!
I am trying to read the headers from a request sent trough a selenium controlled browser instance. To be more precise, I want to inspect the sent package like I would do manually from the Chrome DevTools Network tab, where u can inspect each request sent by that browser.
Is there any way I can automate that, so I can read the headers of a request and than use that information with my script further ?
thanks in advance !
I am trying to read the headers from a request sent trough a selenium controlled browser instance. To be more precise, I want to inspect the sent package like I would do manually from the Chrome DevTools Network tab, where u can inspect each request sent by that browser.
Is there any way I can automate that, so I can read the headers of a request and than use that information with my script further ?
thanks in advance !