Commit Graph

2 Commits

Author SHA1 Message Date
Timothy Flynn
c5502d324c LibWeb: Implement WebDriver pointer action execution
This implements execution of the pointer up, pointer down, and pointer
move actions.

This isn't 100% complete. Pointer move actions are supposed to break
the move into iterations over the specified duration, which we currently
do not do.

(cherry picked from commit 8000837f7821fe9854156c7ae1349d37c77e89b2)
2024-11-24 19:40:10 -05:00
Timothy Flynn
612ea34f87 LibWeb: Implement WebDriver action extraction
There's a lot of parsing involved in action extraction. So this patch
implements only that - actually executing actions will be a future
patch.

(cherry picked from commit 6cf7d07a989bb6d7ddc897a444053deef7192c9c)
2024-11-24 19:40:10 -05:00