Description
Feature and motivation
The feature added was (and this is a quote from the PR): "support for user input, exactly following the actions model
from classic WebDriver. The user sends a list of input devices, and
the state change (if any) of each device in each time period
("tick"). The implementation then converts this into a list of ticks
and performs the relevant state updates in each time period.
By supporting multiple devices acting simultaneously it's possible to
model complex multi-device interactions e.g. multitouch gestures
combined with different key input states.
Compared with classic WebDriver, the main difference is that it's
possible to target the actions at any browsing context, not just the
active browsing context."
Usage example
Being able to model multi touch gestures combined with multiple input states. This could possibly help people zoom in on the page with selenium.