Structsยง
- Pending
Pointer ๐Move - Pending
Scroll ๐ - https://github.com/w3c/webdriver/issues/1952
For some unknown reason, unlike Pointer Actions,
Wheel Actions in spec has precision of integer.
We just use double precision, since our
WheelEventalso uses double precision. - Pointer
Input ๐State - https://w3c.github.io/webdriver/#dfn-pointer-input-source
Enumsยง
- Action
Item ๐ - Input
Source ๐State - https://w3c.github.io/webdriver/#dfn-input-source-state
- Pending
Actions ๐
Staticsยง
- ELEMENT_
CLICK_ ๐BUTTON - https://w3c.github.io/webdriver/#dfn-element-click This is hard-coded as 0 in spec.
- MOVESCROLL_
INTERVAL ๐ - Interval between wheelScroll and pointerMove increments in ms, based on common vsync
Functionsยง
Type Aliasesยง
- Actions
ByTick ๐ - Consumed by the
dispatch_actionsmethod. - Tick
Actions ๐ - A set of actions with multiple sources executed within a single tick.
The
idis used to identify the source of the actions.