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:
webbeef 2025-05-14 01:22:40 -07:00 committed by GitHub
parent fdb9c0af12
commit 3aff272e14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 28 deletions

View file

@ -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()
};