mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement pointerDown and pointerUp webdriver actions
This commit is contained in:
parent
6a637ceffb
commit
225cecf661
5 changed files with 160 additions and 28 deletions
|
@ -800,6 +800,8 @@ pub enum WebDriverCommandMsg {
|
|||
SendKeys(BrowsingContextId, Vec<WebDriverInputEvent>),
|
||||
/// Act as if keys were pressed or release in the browsing context with the given ID.
|
||||
KeyboardAction(BrowsingContextId, KeyboardEvent),
|
||||
/// Act as if the mouse was clicked in the browsing context with the given ID.
|
||||
MouseButtonAction(MouseEventType, MouseButton, f32, f32),
|
||||
/// Set the window size.
|
||||
SetWindowSize(
|
||||
TopLevelBrowsingContextId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue