Detected by akamai #2269
Answered
by
mdmintz
LimitedTime19
asked this question in
Q&A
Detected by akamai
#2269
|
Hi, seleniumbase is working well against cloudflare. However, I found that seleniumbase is not working at all for akamai. The difference between cloudflare and akamai is that akamai frequently checks for chromedriver more than cloudflare which is a big problem. Hoping to see if you know a solution to websites that have bot protects that checks at a random interval. For example one website that I have issues with is nike.com/login. Thanks in advanced! |
Answered by
mdmintz
Nov 13, 2023
Replies: 1 comment 4 replies
|
Duplicate of https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/166 There are some SeleniumBase methods you can try though: driver.reconnect(timeout)
driver.uc_open_with_reconnect(url, reconnect_time=None)
driver.uc_click(selector) |
4 replies
Answer selected by
LimitedTime19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate of https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/166
There are some SeleniumBase methods you can try though: