web_verifyListVisible¶
Verify that a list or group of elements contains the expected items. Checks that each expected item text is visible within the container element.
Source¶
- Kind: class-backed
- Class:
xyz.block.trailblaze.playwright.tools.PlaywrightNativeVerifyListVisibleTool
Contract¶
- Visible to LLM: yes (
surface_to_llm: true) - Recordable: yes (
is_recordable: true) - Host-only: no (
requires_host: false)
Input schema¶
Required parameters¶
items—ToolParameterType.List( itemsType = String )The expected item texts that should be visible in the list.
Optional parameters¶
ref—StringElement ID (e.g., ‘e5’), ARIA descriptor (e.g., ‘list’), or CSS selector with css= prefix (e.g., ‘css=#my-list’).reasoning—String
Output¶
Returns: string (opaque text content)
Typed result schemas (kind: query | action, MCP structuredContent) are not yet carried by the resolved manifest — this section will gain detail when that lands.