Skip to content

driver.click() works but driver.uc_click() doesn't #2745

Answered by mdmintz
DataIDraw asked this question in Q&A
Discussion options

You must be logged in to vote

I haven't seen that behavior. uc_click(selector) should be used to bypass detection, and that selector doesn't look like an element that would necessarily check for Selenium when clicked. Most of the time, it's a span element, but it can also be button or a.

Check to see if a console document.querySelector(selector).click() clicks the element for you. That's how the click would happen.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SAKMZ
Comment options

@mdmintz
Comment options

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
3 participants