Replies: 1 comment
-
My bad. We can close this issue, except for the reason for throwing the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using appium ver2.0.0-beta66,
java-client ver8.5,
node ver 18.15.0;
selenium-java ver 4.9.1;
selenium-server ver3.141.59;
JDK 1.15-02 on a Mac Ventura ver13.3.1a testing a Flutter app.
Enabled appium plug-ins gestures and element-wait
I was trying to do a swipe action using PointerInput, Sequence classes
Exactly at a place I am calling a swipe action, and at the end calling driver.perform(ImmutableList.of (swipe)), I am getting the error
The line 905 in BasePage.java is from this method:
Interestingly another one step preceding this, another swipe method ran perfectly fine
What is the root cause of this problem ? Incompatibilities of components used ?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions