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

后端 未结 19 2751
情歌与酒
情歌与酒 2020-11-21 05:41

I\'ve been testing out Selenium with Chromedriver and I noticed that some pages can detect that you\'re using Selenium even though there\'s no automation at all. Even when I

19条回答
  •  星月不相逢
    2020-11-21 06:16

    It seems to me the simplest way to do it with Selenium is to intercept the XHR that sends back the browser fingerprint.

    But since this is a Selenium-only problem, its better just to use something else. Selenium is supposed to make things like this easier, not way harder.

提交回复
热议问题