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