-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scroll not working #38
Comments
I'm not sure. You'd have to paste your appium logs to see what the issue might be. |
@jlipps thanks for the response looks like the error is thrown from appium java client side itself. I can't see anything in appium server log. May I know is this scroll function works for sepcific selenium and appium java client versions? I am using appium java client 7.0.0 and selenium java 3.141.59 |
I could see in your repo. you are using testImplementation group: 'io.appium', name: 'java-client', version: '7.3.0'
testImplementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '3.13.0' |
Then I guess it's a client version issue. Try using my versions instead and see? I don't really keep up with the Java client, you can report an issue at the Appium java client repo if you want. |
Sure I will give a try with those versions thanks |
I am trying to scroll using the methods provided here but I endup with an error any Idea?
appiumpro/java/src/test/java/Edition107_Base.java
Line 23 in 22c7344
I am calling the following in my test I am using appium java client 7.0.0
scroll(ScrollDirection.DOWN);
But I am getting following error...
The text was updated successfully, but these errors were encountered: