wix / Detox

Gray box end-to-end testing and automation framework for mobile apps

Home Page:https://wix.github.io/Detox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Scrolling

gosha212 opened this issue · comments

Describe your idea

Currently, the detox scrolling API does not account for the visible portion of the scroll view and attempts to scroll from the edge. This approach is ineffective when elements like toasts or snack bars partially obscure the scroll view. The detox scroll functionality should be enhanced to intelligently calculate the starting position, considering only the visible parts of the view.

Duplicate of #3972