diff --git a/maestro-orchestra/src/main/java/maestro/orchestra/yaml/YamlSwipe.kt b/maestro-orchestra/src/main/java/maestro/orchestra/yaml/YamlSwipe.kt index 20804da4d7..a71362c562 100644 --- a/maestro-orchestra/src/main/java/maestro/orchestra/yaml/YamlSwipe.kt +++ b/maestro-orchestra/src/main/java/maestro/orchestra/yaml/YamlSwipe.kt @@ -105,7 +105,7 @@ class YamlSwipeDeserializer : JsonDeserializer() { "\t1. direction: Direction based swipe with: \"RIGHT\", \"LEFT\", \"UP\", or \"DOWN\" or \n" + "\t2. start and end: Coordinates based swipe with: \"start\" and \"end\" coordinates \n" + "\t3. direction and element to swipe directionally on element\n" + - "\t4. element to swipe and end to swipe from element to coordinates\n" + + "\t4. from and direction/to: more precise swipe from one point to another\n" + "It seems you provided invalid input with: $input" )