Skip to content

Web verify text visible

Tool web_verify_text_visible

Description

Verify that specific text is visible on the current page. This is a test assertion — it will fail the test if the text is not found.

Command Class

xyz.block.trailblaze.playwright.tools.PlaywrightNativeVerifyTextVisibleTool

Registered PlaywrightNativeVerifyTextVisibleTool in ToolRegistry

Required Parameters

  • text: String The text content to verify is visible on the page.

Optional Parameters

  • reasoning: String

NOTE: THIS IS GENERATED DOCUMENTATION