Asserts that a specific attribute of an element matches the expected value exactly. 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 see exact attribute "href" with value "/terms-and-conditions" Copy
Then I pw see exact attribute "href" with value "/terms-and-conditions"
Asserts that a specific attribute of an element matches the expected value exactly. Supports fixtures for reusable selectors, attributes, and values.