Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow driver.uc_click(selector) to click on hidden span elements #2585

Closed
mdmintz opened this issue Mar 9, 2024 · 1 comment · Fixed by #2586
Closed

Allow driver.uc_click(selector) to click on hidden span elements #2585

mdmintz opened this issue Mar 9, 2024 · 1 comment · Fixed by #2586
Assignees
Labels
enhancement Making things better UC Mode Undetected Chromedriver Mode (--uc)

Comments

@mdmintz
Copy link
Member

mdmintz commented Mar 9, 2024

Allow driver.uc_click(selector) to click on hidden span elements


These span elements are often "hidden" in the checkbox section of CAPTCHAs. Normally, SeleniumBase waits for elements to be visible before attempting to click on them, but in this case, use JavaScript to click span elements without waiting for the visibility status to be True.

Note that driver.uc_click(selector) is only available during UC Mode (--uc / uc=True)

@mdmintz mdmintz added enhancement Making things better UC Mode Undetected Chromedriver Mode (--uc) labels Mar 9, 2024
@mdmintz mdmintz self-assigned this Mar 9, 2024
@mdmintz
Copy link
Member Author

mdmintz commented Mar 9, 2024

This was resolved in 4.24.5 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.24.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Making things better UC Mode Undetected Chromedriver Mode (--uc)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant