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

Add CDP Mode methods for hovering and clicking #3262

Closed
mdmintz opened this issue Nov 14, 2024 · 1 comment · Fixed by #3268
Closed

Add CDP Mode methods for hovering and clicking #3262

mdmintz opened this issue Nov 14, 2024 · 1 comment · Fixed by #3268
Assignees
Labels
enhancement Making things better UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode

Comments

@mdmintz
Copy link
Member

mdmintz commented Nov 14, 2024

Add CDP Mode methods for hovering and clicking


These methods should be added into the API:

sb.cdp.gui_hover_x_y(x, y)
sb.cdp.gui_hover_element(selector)
sb.cdp.gui_hover_and_click(hover_selector, click_selector)
@mdmintz mdmintz added enhancement Making things better UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode labels Nov 14, 2024
@mdmintz mdmintz self-assigned this Nov 14, 2024
@mdmintz
Copy link
Member Author

mdmintz commented Nov 14, 2024

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 / CDP Mode Undetected Chromedriver Mode / CDP Mode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant