Compose API Reference Compose UI Test hasScrollToKeyAction Function Common fun hasScrollToKeyAction() = hasKey(SemanticsActions.ScrollToIndex).and(hasKey(SemanticsProperties.IndexForKey)) Returns whether the node defines the ability to scroll to an item identified by a key, such as LazyColumn or LazyRow.
Compose API Reference Compose UI Test hasScrollToKeyAction Function Common fun hasScrollToKeyAction() = hasKey(SemanticsActions.ScrollToIndex).and(hasKey(SemanticsProperties.IndexForKey)) Returns whether the node defines the ability to scroll to an item identified by a key, such as LazyColumn or LazyRow.