diff --git a/changedetectionio/blueprint/ui/templates/edit.html b/changedetectionio/blueprint/ui/templates/edit.html
index fda21d172..d6c949ab1 100644
--- a/changedetectionio/blueprint/ui/templates/edit.html
+++ b/changedetectionio/blueprint/ui/templates/edit.html
@@ -521,6 +521,26 @@ Math: {{ 1 + 1 }}") }}
{{ _('Server type reply') }} |
{{ watch.get('remote_server_reply') }} |
+
+ capabilities.supports_xpath_element_data |
+ {{ _('True') if capabilities.supports_xpath_element_data else _('False') }} |
+
+
+ capabilities.supports_screenshots |
+ {{ _('True') if capabilities.supports_screenshots else _('False') }} |
+
+
+ capabilities.supports_visual_selector |
+ {{ _('True') if capabilities.supports_visual_selector else _('False') }} |
+
+
+ supports_browser_steps |
+ {{ _('True') if capabilities.supports_browser_steps else _('False') }} |
+
+
+ visual_selector_data_ready |
+ {{ _('True') if visual_selector_data_ready else _('False') }} |
+
{% if not llm_features_disabled and settings_application.get('llm', {}).get('model') %}
| {{ _('AI tokens (last check)') }} |