mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
chore: update webdriver to 0.53 (#37001)
Updates webdriver to the current version. Testing: No breakage of CI tests Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
fdb9c0af12
commit
3aff272e14
4 changed files with 29 additions and 28 deletions
|
@ -1626,8 +1626,8 @@ impl Handler {
|
|||
let pointer_move_action = PointerMoveAction {
|
||||
duration: None,
|
||||
origin: PointerOrigin::Element(WebElement(element_id)),
|
||||
x: 0,
|
||||
y: 0,
|
||||
x: 0.0,
|
||||
y: 0.0,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue