You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.