2

How can I block all selenium bots? I want to block all selenium project.

Explanation:

I have very big website for streaming anime etc. Minimum Monthly 30 million hit guest and member.

Some websites grab from our site video links. Using with selenium bot

Before we did check and block, user agent, rate limit, session id check many bots blocked but now someone still grab, change proxy IP, session-id again send the request for grab. So he/she bypass our rate limit etc tracker.

How can I block all selenium bots? I want to block all selenium project.

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352

1 Answers1

2

You won't be able to block the Selenium bots totally as there are specific measures to bypass almost all the bot detecting mechanisms. A couple of examples:


tl; dr

Can a website detect when you are using Selenium with chromedriver?

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352