web_verifyTextAbsentForDuration¶
Verifies exact text remains absent for a bounded duration while a required readiness element stays visible.
Source¶
- Kind: class-backed
- Class:
xyz.block.trailblaze.playwright.tools.PlaywrightNativeVerifyTextAbsentForDurationTool
Contract¶
- Visible to LLM: yes (
surface_to_llm: true) - Recordable: yes (
is_recordable: true) - Host-only: no (
requires_host: false)
Input schema¶
Required parameters¶
text—StringdurationMs—Integer
Optional parameters¶
exact—Booleanref—StringReadiness element ID (for example ‘e5’), ARIA descriptor, or css= selector that must remain visible.
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.