We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84b142 commit 2d8d0dfCopy full SHA for 2d8d0df
maestro-orchestra-models/src/main/java/maestro/orchestra/Commands.kt
@@ -76,6 +76,9 @@ data class SwipeCommand(
76
startRelative != null && endRelative != null -> {
77
"Swipe from ($startRelative) to ($endRelative) in $duration ms"
78
}
79
+ elementSelector != null && (endPoint != null || endRelative != null) -> {
80
+ "Swiping from ${elementSelector.description()} to ${endPoint ?: endRelative} coordinates"
81
+ }
82
else -> "Invalid input to swipe command"
83
84
0 commit comments