Open Prasannajnaeyulu opened 3 years ago
@jlipps @Jonahss If you have any leads or workarounds for this problem can you please help me with.
@jlipps and @Jonahss any help on this please?
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?
https://github.com/cloudgrey-io/appiumpro/blob/22c7344f00cfc1c228552b13832d2b2ffd2027f7/java/src/test/java/Edition107_Base.java#L23
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...