feat(driver): add Driver.double_tap via W3C actions
This commit is contained in:
@@ -65,6 +65,9 @@ class FakeDriver(Driver):
|
||||
) -> None:
|
||||
return None
|
||||
|
||||
def double_tap(self, x: float, y: float, interval_ms: int = 80) -> None:
|
||||
return None
|
||||
|
||||
def input(self, text: str) -> None:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user