Asserts that a specific attribute of an element does NOT match the expected value. Supports fixtures for reusable selectors, attributes, and values.
The Playwright page object
The selector key (can be a fixture key or raw CSS selector)
The attribute key (can be a fixture key or raw attribute name)
The value key (can be a fixture key or raw value)
Then I pw do not see exact attribute "href" with value "/wrong-url" Copy
Then I pw do not see exact attribute "href" with value "/wrong-url"
Asserts that a specific attribute of an element does NOT match the expected value. Supports fixtures for reusable selectors, attributes, and values.