mirror of
https://github.com/servo/servo.git
synced 2025-07-25 00:00:20 +01:00
Implement pointerMove webdriver action
This commit is contained in:
parent
2a9b2fe027
commit
f064883e07
9 changed files with 306 additions and 28 deletions
|
@ -75,6 +75,7 @@ pub enum WebDriverScriptCommand {
|
|||
GetElementRect(String, IpcSender<Result<Rect<f64>, ErrorStatus>>),
|
||||
GetElementTagName(String, IpcSender<Result<String, ErrorStatus>>),
|
||||
GetElementText(String, IpcSender<Result<String, ErrorStatus>>),
|
||||
GetElementInViewCenterPoint(String, IpcSender<Result<Option<(i64, i64)>, ErrorStatus>>),
|
||||
GetBoundingClientRect(String, IpcSender<Result<Rect<f32>, ErrorStatus>>),
|
||||
GetBrowsingContextId(
|
||||
WebDriverFrameId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue