Pro-tip: Use show current snapshot tab to visualise what will be ignored.
Diff algorithm from the amazing
github.com/kpdecker/jsdiff
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
{% if is_html_webdriver %}
{% if screenshot %}
{% else %}
No screenshot available just yet! Try rechecking the page.
{% endif %}
{% else %}
Screenshot requires Playwright/WebDriver enabled
{% endif %}