This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 6
Jan 2017

driver.scroll and scroll related functions deprecated it seems in new versions. So what are the alternative new methods provided?

  • created

    Jan '17
  • last reply

    Jul '18
  • 5

    replies

  • 410

    views

  • 6

    users

  • 1

    like

1 year later

Can someone please paste code for swipe and scroll, still struggling with it.

Right Swipe:

new TouchAction(getWebDriver()).press(50, locationY)
							.waitAction(Duration.ofMillis(100))
							.moveTo(screenWidth-10, locationY).release().perform();

Using this you can build other actions related to swipes and scrolls.

Hi can anybody provide the code for vertical scroll for android app.UIscrollbale is not working for All device and android version above 6