LisaAga

Results 15 comments of LisaAga

@krevathi1912 : Can you help me here which package you are using to import TouchActions?

@anunay1 Even i am getting this error java.lang.ClassCastException: class io.appium.java_client.windows.WindowsDriver cannot be cast to class org.openqa.selenium.interactions.HasTouchScreen (io.appium.java_client.windows.WindowsDriver and org.openqa.selenium.interactions.HasTouchScreen are in unnamed module of loader 'app')

> unnamed module of loader 'app') > @anunay1 TouchActions(driver).scroll(0, 100).perform(); code is scrolling down after giving y offset in negative TouchActions(driver).scroll(0, -100).perform(); > > Thank you very much what is...

@Tree55Topz @anunay1 : Can you please update us here . I am facing similiar issue