diff --git a/packages/patrol/CHANGELOG.md b/packages/patrol/CHANGELOG.md index 5713bc2c8..f30a01253 100644 --- a/packages/patrol/CHANGELOG.md +++ b/packages/patrol/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +- Fix macos functionality. (#2408) + ## 3.13.0-dev.2 - Bump `patrol_log` version. diff --git a/packages/patrol/darwin/Classes/AutomatorServer/Automator/MacOSAutomator.swift b/packages/patrol/darwin/Classes/AutomatorServer/Automator/MacOSAutomator.swift index 930af1b6a..1301f389d 100644 --- a/packages/patrol/darwin/Classes/AutomatorServer/Automator/MacOSAutomator.swift +++ b/packages/patrol/darwin/Classes/AutomatorServer/Automator/MacOSAutomator.swift @@ -127,7 +127,9 @@ on selector: Selector, inApp bundleId: String, dismissKeyboard: Bool, - withTimeout timeout: TimeInterval? + withTimeout timeout: TimeInterval?, + dx: CGFloat, + dy: CGFloat ) throws { try runAction("enterText") { throw PatrolError.methodNotImplemented("enterText") @@ -139,7 +141,9 @@ on selector: IOSSelector, inApp bundleId: String, dismissKeyboard: Bool, - withTimeout timeout: TimeInterval? + withTimeout timeout: TimeInterval?, + dx: CGFloat, + dy: CGFloat ) throws { try runAction("enterText") { throw PatrolError.methodNotImplemented("enterText") @@ -151,7 +155,9 @@ byIndex index: Int, inApp bundleId: String, dismissKeyboard: Bool, - withTimeout timeout: TimeInterval? + withTimeout timeout: TimeInterval?, + dx: CGFloat, + dy: CGFloat ) throws { try runAction("enterText") { throw PatrolError.methodNotImplemented("enterText")