We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
according to chromedevtools https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-setUserAgentOverride
The text was updated successfully, but these errors were encountered:
This is marked as "redirected" (ie an alias) in the PDL to emulation.setUserAgentOverride call.
emulation.setUserAgentOverride
https://pkg.go.dev/github.com/chromedp/cdproto/emulation#SetUserAgentOverride
Sorry, something went wrong.
@SABERYJS I find it best to ignore the domain, and just grep for the command I'm looking for in the cdproto source tree:
grep
cdproto
/cdproto$ grep -r -n setUserAgent * emulation/emulation.go:980:// See: https://chromedevtools.github.io/devtools-protocol/tot/Emulation#method-setUserAgentOverride emulation/emulation.go:1010:// Do executes Emulation.setUserAgentOverride against the provided context. emulation/emulation.go:1071: CommandSetUserAgentOverride = "Emulation.setUserAgentOverride"
No branches or pull requests
according to chromedevtools https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-setUserAgentOverride
The text was updated successfully, but these errors were encountered: