Appium Tutorial 14: How to handle Scroll Gesture in Appium | Scrolling in mobile automation

preview_player
Показать описание
#appium #mobileautomation
+How to automate Scroll Gesture in Appium
+How to handle scroll event in Appium
+Scroll Gesture in mobile automation
+How to Scroll in mobile automation

▬▬▬▬▬▬ In this Video ▶️ ▬▬▬▬▬▬
Mobile gestures are actions that can be performed on a touchscreen device, such as a smartphone or tablet, using one or more fingers. These gestures can be used to perform various tasks, such as scrolling, swiping, zooming, Long Press and more.

▬▬▬▬▬▬ Useful Links 🛠 ▬▬▬▬▬▬

▬▬▬▬▬▬ Connect with us 👋 ▬▬▬▬▬▬

🌟 Please hit on LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟
Рекомендации по теме
Комментарии
Автор

Thanks for watching. Please Like, Share & Subscribe to get notification for new tutorial on every week. Happy Learning !

CodenboxAutomationLab
Автор

Hi sir -- for scroling gesture i am getting this error what should be done solve this one sir please help

Could not parse selector expression `new UiSelector().new UiScrollabale(new UiSelector has no `new UiScrollabale` method

arunkumarn
Автор

@CodenboxAutomationLab At the end when you passed "WebView" as a parameter,
//Scroll to Specific Element
public void scrollToElement(String ele) {
UiScrollable(new UiSelector())"
+
}

The tests Fail, throwing "An element could not be located on the page using the given search parameters." Can you please confirm if something needs to be changed here?

sachitabala
Автор

Fix of his bug:

public void scrollToElement(String ele) {
UiScrollable(new
}
not

kmvqwe