-
Notifications
You must be signed in to change notification settings - Fork 30
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
bet365 selenium issue #3
Comments
Same issue here, I think Bet 365 blocked the entire Selenium |
If you load main site it doesn't work, but you can set the chromedriver options to .EnableMobileEmulation("iPad") and then access mobile.bet365.com and it works. |
Can this be fix in some way? |
I am using mozilla geckodriver for selenium |
To fix it use .EnableMobileEmulation("iPad") and then access mobile.bet365.com and it works. |
but do you know the code for firefox geckodriver? |
I used this but it doesn't work options.set_capability("deviceName", "iPad") |
Seems like the .EnableMobileEmulation("iPad") route has stopped working.... |
Use this instead |
.EnableMobileEmulation("iPhone 6") gets blocked as well. I have tried many different mobile emulations (iPhone 7, 8, Nexus 6, Galaxy S5 etc). None of them worked. |
This solution is outdated, contact me on email [email protected] for a working solution |
Can anyone else load the site using selenium
I can't even load the homepage, just ends up a grey empty screen.
The text was updated successfully, but these errors were encountered: