Replies: 1 comment
-
When you set headers with https://github.com/rubycdp/ferrum#addheaders--boolean we already do override it automatically, take a look at Line 52 in 13158c0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to override user agent properly using the following CDP property.
Network.setUserAgentOverride
https://chromedevtools.github.io/devtools-protocol/1-3/Network/#method-setUserAgentOverride
This cdp property is usefull to hide headless status.
We could call it like other cdp with the brower#command method.
Does it seems to be revelant to anyone ?
Beta Was this translation helpful? Give feedback.
All reactions