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
This action scrolls to a specific UI element in a macOS and iOS application using **Appium**, by directly manipulating the **scrollbar** (not via swipe/page).
2425
2425
2426
2426
- Locates the target element using properties like 'identifier', 'label', 'value', or 'title'.
2427
-
- Scrolls via specified method: 'js', 'webdriver', or 'action chain'.
2428
-
- Optional controls include alignment to top and additional scroll offset for fine-tuning visibility.
| Enter elements properties name that element you want to click.Example: "label" You can use "*" before the name to allow partial or case-insensitive match | element parameter | Enter value of the element’s properties that element you want to click.
0 commit comments