How to write scroll method using Appium and AndroidUIAutomator for android applications
AutomationWithArnab
0:00 / 0:00
How to write scroll method using Appium and AndroidUIAutomator for android applications
3 765 просмотров · 4 г. назад
AutomationWithArnab
972 подписчика
3 765 просмотров · 4 г. назад
In this video, we have given a details overview and try to make everyone understand how to write scrolling functionality and create string using UIScrollable and UiSelector for AndroidUIAutomator.
What is UIScrollable ?
UiScrollable is a UiCollection and provides support for searching for items in scrollable layout elements. This class can be used with horizontally or vertically scrollable controls.
https://developer.android.com/referen...
UISelector:
Specifies the elements in the layout hierarchy for tests to target, filtered by properties such as text value, content-description, class name, and state information. You can also target an element by its location in a layout hierarchy.
https://developer.android.com/referen...
IDE : Eclipse
Programming Language : Java
Automation Library : Java Client - Appium