-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
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
Emulate Device has some different with chrome toggle device but I dont know how to fix it #565
Comments
Please add a valid |
@ysmood please help me reopen the issues |
Still #322 |
@ysmood please help reopen |
I think the problem is not the emulation API, because other parts work fine, I think it's because the Captcha uses some other way to detect if the browser is not mobile: func main() {
rod.New().MustConnect().DefaultDevice(devices.IPhoneX).MustPage("https://store.steampowered.com/join")
utils.Pause()
} |
The same problem with puppeteer, so I think it's an upstream issue with Chromium: |
Has the problem been solved ? |
Has the issue '10793' been resolved in Puppeteer? Can you also handle the network session manager on the Go side? |
@Ryan-gsq Good point, it's in the plan. |
Thank you for your work, I will wait |
version: v0.103.0
Question eg: use rod visit steam
we can see that the tag span do not listen touchstart or touchend event,because the website do not think we are a mobile device
but if we use the chrome toolbar to emulate mobile device and refresh the page,we can see that the span tag has listen touch event now the website think we are a mobile device
so where is the different between rod emulate and chrome toolbar enmulate ?? please help me
The text was updated successfully, but these errors were encountered: