Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

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

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 found this parameter on website through Chrome DevTools (maybe document,network,etc.) when I used selenium to open browser.

But I forgot where it appeared.

I want to know how the website get this parameters of chromedriver?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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 or the Navigator interface. You can find a couple of relevant discussions in:


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...