V
V
Voprosium2021-08-26 22:18:52
selenium
Voprosium, 2021-08-26 22:18:52

How to mask selenium?

How to disguise selenium so that the site does not even understand that it is a bot.
Here's what I'm already using:

  • Proxy (I know it doesn't mask)
  • Changed User-Agent
  • These options are:
    options.add_experimental_option("excludeSwitches", ["enable-automation"])
    options.add_experimental_option('useAutomationExtension', False)
    options.add_argument("--disable-blink-features=AutomationControlled")


What else do I need to use for masking?
I also found this article , but I don’t know how to apply all the points from it
Thanks for the answer!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question