Structs§
- Click
Result - Outcome of a click.
dialog_openedis true if a JavaScript dialog opened mid-sequence (the page is then blocked untildialog accept/dismiss).pending_releaseis set only when the dialog opened after mousePressed but before mouseReleased: the button is logically held until the caller dispatches the release (done once the dialog is resolved), otherwise the next click would register as a drag or double-click. - Pending
Release
Functions§
- check
- clear
- click
- click_
at - Click at page coordinates (vision / experimental path).
- dblclick
- dispatch_
event - dispatch_
pending_ release - Best-effort mouseReleased to clear a button left logically down when a dialog opened mid-click. Called after the dialog is resolved.
- drag
- Drag from one element center to another via CDP mouse events.
- fill
- fill_
smart - Smart fill matching DevTools agent
fillsemantics: - focus
- highlight
- hover
- press_
key - press_
key_ with_ modifiers - Dispatch a keyDown+keyUp sequence for
keywith an optional CDP modifier bitmask. - scroll
- scroll_
into_ view - select_
all - select_
option - tap_
touch - type_
text - type_
text_ into_ active_ context - uncheck