Asserts that an element contains the specified substring (case-sensitive). Supports fixtures for reusable selectors and text values.
The Playwright page object
The text key (can be a fixture key or raw text)
Then I pw see text "Welcome" (will match "Welcome Home" or "Welcome!")Global Visibility Check: Finds text anywhere on the page without needing a selector. Copy
Then I pw see text "Welcome" (will match "Welcome Home" or "Welcome!")Global Visibility Check: Finds text anywhere on the page without needing a selector.
Asserts that an element contains the specified substring (case-sensitive). Supports fixtures for reusable selectors and text values.