Skip to content
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

Open
spikeruk opened this issue Jun 21, 2020 · 11 comments
Open

bet365 selenium issue #3

spikeruk opened this issue Jun 21, 2020 · 11 comments

Comments

@spikeruk
Copy link

Can anyone else load the site using selenium
I can't even load the homepage, just ends up a grey empty screen.

@goodhappy77
Copy link

Same issue here, I think Bet 365 blocked the entire Selenium

@johneakin
Copy link

johneakin commented Jun 21, 2020

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.

@simeon105
Copy link

Can this be fix in some way?
To access bet365 with selenium?

@simeon105
Copy link

I am using mozilla geckodriver for selenium

@johneakin
Copy link

To fix it use

.EnableMobileEmulation("iPad") and then access mobile.bet365.com and it works.

@simeon105
Copy link

but do you know the code for firefox geckodriver?
that on is for chrome.

@simeon105
Copy link

I used this but it doesn't work options.set_capability("deviceName", "iPad")

@tozzad94
Copy link

Seems like the .EnableMobileEmulation("iPad") route has stopped working....

@spikeruk
Copy link
Author

Use this instead
.EnableMobileEmulation("iPhone 6");

@pantzanis
Copy link

.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.
My code worked a few weeks ago with johneakin's workaround (.EnableMobileEmulation("iPad") and mobile.bet365.com)
Any ideas?

@HMaker
Copy link

HMaker commented Jan 24, 2021

This solution is outdated, contact me on email [email protected] for a working solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants