{% extends 'base.html' %} {% block content %}

Differences

{% if versions|length >= 1 %} {% endif %}
Removed text Inserted Text
Jump
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 %} Current screenshot from most recent request {% else %} No screenshot available just yet! Try rechecking the page. {% endif %} {% else %} Screenshot requires Playwright/WebDriver enabled {% endif %}
{% endblock %}