Skip to main content

Module actions

Module actions 

Source

Structsยง

PendingPointerMove ๐Ÿ”’
PendingScroll ๐Ÿ”’
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 WheelEvent also uses double precision.
PointerInputState ๐Ÿ”’
https://w3c.github.io/webdriver/#dfn-pointer-input-source

Enumsยง

ActionItem ๐Ÿ”’
InputSourceState ๐Ÿ”’
https://w3c.github.io/webdriver/#dfn-input-source-state
PendingActions ๐Ÿ”’

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ยง

compute_tick_duration ๐Ÿ”’
https://w3c.github.io/webdriver/#dfn-computing-the-tick-duration

Type Aliasesยง

ActionsByTick ๐Ÿ”’
Consumed by the dispatch_actions method.
TickActions ๐Ÿ”’
A set of actions with multiple sources executed within a single tick. The id is used to identify the source of the actions.