Compose scroll
Tool compose_scroll¶
Description¶
Scroll a scrollable container to bring content into view. Identify the container using its element ID or text. Leave all identifiers empty to scroll the first scrollable container found.
Command Class¶
xyz.block.trailblaze.compose.driver.tools.ComposeScrollTool
Registered ComposeScrollTool in ToolRegistry¶
Optional Parameters¶
elementId:StringElement ID from the view hierarchy, e.g., ‘e2’.testTag:StringAccessibility identifier of the scrollable container.text:StringThe text content to scroll towards.index:IntegerIndex to scroll to within the scrollable container. Defaults to 0.
NOTE: THIS IS GENERATED DOCUMENTATION