Compares a specific element with a reference image.
The Playwright page object
The selector key (can be a fixture key or raw CSS selector)
The filename of the current element screenshot
The filename of the reference screenshot to compare with
Then I pw expect element "div.content" screenshot "content-current.png" to closely match "content-reference.png" Copy
Then I pw expect element "div.content" screenshot "content-current.png" to closely match "content-reference.png"
Compares a specific element with a reference image.