Skip to content

Add sb.cdp.gui_click_and_hold(selector, timeframe) #3667

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

Closed
mdmintz opened this issue Apr 10, 2025 · 1 comment · Fixed by #3668
Closed

Add sb.cdp.gui_click_and_hold(selector, timeframe) #3667

mdmintz opened this issue Apr 10, 2025 · 1 comment · Fixed by #3668
Assignees
Labels
enhancement Making things better UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode

Comments

@mdmintz
Copy link
Member

mdmintz commented Apr 10, 2025

Add sb.cdp.gui_click_and_hold(selector, timeframe)

Technically, this functionality already exists via:
sb.cdp.gui_drag_and_drop(drag_selector, drop_selector, timeframe)
However, not everyone realizes this.
Click-and-hold is just drag-and-drop to the same location.
Now it will be clear.

@mdmintz mdmintz added enhancement Making things better UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode labels Apr 10, 2025
@mdmintz mdmintz self-assigned this Apr 10, 2025
@mdmintz
Copy link
Member Author

mdmintz commented Apr 10, 2025

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