Skip to content

Commit

Permalink
fix: recover macos functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ewann committed Nov 12, 2024
1 parent 6a1df02 commit d3cf8ca
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand All @@ -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")
Expand Down

0 comments on commit d3cf8ca

Please sign in to comment.