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
Rod Version: v0.101.9-0.20211222104445-2424108c10b5
Is it possible to bypass/spoof ServiceWorker with rod as sites like:
are able to detech spoofed user-agent + gpu using ServiceWorker.
I tried using the below without luck.
err := proto.NetworkSetBypassServiceWorker{Bypass: true}.Call(page) if err != nil { return }
The text was updated successfully, but these errors were encountered:
Related to: go-rod/stealth#15
Sorry, something went wrong.
No branches or pull requests
Rod Version: v0.101.9-0.20211222104445-2424108c10b5
Demonstrate your question
Is it possible to bypass/spoof ServiceWorker with rod as sites like:
are able to detech spoofed user-agent + gpu using ServiceWorker.
What have you tried to solve the question
I tried using the below without luck.
The text was updated successfully, but these errors were encountered: