Skip to content

Detection of Selenium Mouse and Keyboard Inputs - App Opens Multiple Browser Windows for Simultaneous Scrapes. #2302

Answered by mdmintz
G-markier asked this question in Q&A
Discussion options

You must be logged in to vote

Regular manual clicking or selenium clicking during UC Mode can get you detected because those websites aren't looking specifically at the click, but they are looking at your environment settings / Chrome variables / etc. The driver.uc_click(selector) method disconnects chromedriver from Chrome immediately after the click for a very short time... If a website looks for traces of chromedriver, then it won't find it if chromedriver disconnected fast enough.

However, if you want to do some manual actions during UC Mode, first call driver.reconnect(timeout), which will disconnect chromedriver from Chrome for that many seconds, and then you can perform manual actions safely before your time ru…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants