How to find the $cdc_ (chromedriver params) in website?

前端 未结 1 887
说谎
说谎 2020-12-21 23:32

About this post: Can a website detect when you are using selenium with chromedriver?

Some website could detect chromedriver using $cdc_xxxxxxxxxx. 

I have ever

相关标签:
1条回答
  • 2020-12-21 23:40

    The question Can a website detect when you are using selenium with chromedriver? doesn't mentions about $cdc_xxxxxxxxxx anyway. However there are a couple of answers which does refers to $cdc_xxxxxxxxxx

    From the answers referring to $cdc_xxxxxxxxxx it is quite apperant it is a variable within ChromeDriver executable code and Chromium / ChromeDriver team will be in the best position to answer about the usage of this variable.


    Selenium perspective

    As far as Selenium is concerned:

    • Selenium automates browsers. That's it!
    • What you do with that power is entirely up to you.

    Finally, I would recommend you, instead of looking into the $cdc_xxxxxxxxxx variable you can look at some other aspects like, the user-agent or the Navigator interface. You can find a couple of relevant discussions in:

    • Can a website detect when you are using selenium with chromedriver?
    • Selenium webdriver: Modifying navigator.webdriver flag to prevent selenium detection
    0 讨论(0)
提交回复
热议问题