Closed young-kingdom closed 1 year ago
When I use it is the question not occurred, so I think this problem may be caused by the chrome version.
Thanks.it's my wrong,i push wrong params.there's another question,what does function _cdc Props
in class Undetected_ChromeDriver do?After calling this method, using Chromedriver.get() will delay the welcome interface for a few seconds before navigate to the url.
The cdp command is used to issue commands to chromedriver. In UndetectedChromedriver, it is mainly used to modify the chromedriver environment information under selenium. For more details, you could see UndetectedChromedriver.java class.
Thank for your help!
I copy your code to my project,and run it navigate to https://bot.sannysoft.com/, but the 'Fingerprint Scanner tests' is show anything,When doing automated crawler testing, the server status returned by the other party's interface is abnormal, but when I use the Python version of UndetectedChromedriver, it is normal.Is me anywhere not right?Can you help me?