Writing ideas
Writing ideas
Since large websites now detect selenium tools, if selenium is detected, it is determined to be a robot and access is denied. So the first step is to prevent being detected as a robot. How to prevent it from being detected? When using selenium for automation, typing windows.navigator.webdriver in consloe in the chrome browser will find the result is True, and the value is False when the browser is used normally. So we will block windows.navigator.webdriver.
Add in the code: