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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Duplicate of ultrafunkamsterdam/undetected-chromedriver#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) |
Beta Was this translation helpful? Give feedback.
Duplicate of ultrafunkamsterdam/undetected-chromedriver#166
There are some SeleniumBase methods you can try though: