Asserts that a form field (input, textarea, select) does NOT have a specific value. Supports fixtures for reusable selectors and values.
The Playwright page object
The selector key (can be a fixture key or raw CSS selector)
The value key (can be a fixture key or raw value)
Then I pw do not see exact value "john_doe" Copy
Then I pw do not see exact value "john_doe"
Asserts that a form field (input, textarea, select) does NOT have a specific value. Supports fixtures for reusable selectors and values.