Asserts that an element exactly matches the specified text (case-sensitive). Supports fixtures for reusable selectors and text values.
The Playwright page object
The selector key (can be a fixture key or raw CSS selector)
The text key (can be a fixture key or raw text)
Then I pw see exact element text "Welcome Home" Copy
Then I pw see exact element text "Welcome Home"
Asserts that an element exactly matches the specified text (case-sensitive). Supports fixtures for reusable selectors and text values.