When I run Selenium "switch_to" in the Python program I run, the bot detects it and interferes with normal operation.
So I tried removing the property "Target" that opens a new window using JavaScript, but it didn't work either.
Currently, it only runs before switch_to, and after that, it works fine manually. What should I do?
So I tried removing the property "Target" that opens a new window using JavaScript, but it didn't work either.
Currently, it only runs before switch_to, and after that, it works fine manually. What should I do?