Skip to content

Commit

Permalink
quick fix for swipe IllegalArgumentException
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Oct 31, 2024
1 parent 3968c6c commit 01c7c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class YamlSwipeDeserializer : JsonDeserializer<YamlSwipe>() {
"\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"
)
Expand Down

0 comments on commit 01c7c91

Please sign in to comment.