-
Notifications
You must be signed in to change notification settings - Fork 402
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
I need help getting Android to Scroll WD Appium #604
Comments
updates? |
Is this library maintained? |
Hi @Nisthar - there are a few amazing folks who review and take PR's, but there's very little new development. If you want something that has active development, I would check out @webdriverio. Cheers. |
@admc Thanks. i have tried webdriverio before. They don't support selecting elements by id. Its hard to use it with appium. |
@admc I posted an issue for this on appium. They said the parameters used by wd for scroll command is invalid. Do you think its possible to fix this? |
@Nisthar Can you post the logs for this? There is no way to fix anything without seeing what you are doing and what is going to the server. |
@imurchie This is the logs from the appium server:
I created an issue for this in appium. But they are saying its an issue with wd library. |
@imurchie @admc I also tried the code This is the server logs for it. It seems like wd is not sending the correct parameters to the server:
|
For touch actions the functions take objects with await new wd.TouchAction(driver).press({x: 750, y: 1750}).moveTo({x: 0, y: -75}).perform(); |
@imurchie i also tried that code. Its the same error. |
any updates on this? @admc |
@Nisthar
Hope this can help you. |
I wonder if anyone test its own code before posting it. The above does not work, the only code I tried that is also working is
|
hi @diego-epicura this project hasn't been working for a very long time, I suggest you check out the webdriver.io ecosystem! |
I need help getting Android to Scroll using Javascript WD and Appium
On IOS I have no problem using this command.
await driver.execute("mobile: scroll", { direction: "down" });
On Android I have tried all the touch actions in the appium documentation for WD javascript and have not had any success. Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: