qe-browser

Automate browser QE tasks with Vibium for visual testing and accessibility audits.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/CENKSSS/valocase-backend --skill qe-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qe-browser
Source: https://github.com/CENKSSS/valocase-backend/tree/main/.claude/skills/qe-browser
Command: npx skills add https://github.com/CENKSSS/valocase-backend --skill qe-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vibium, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a thin wrapper around Vibium for browser automation in QE environments, addressing the needs for visual testing, accessibility audits, E2E flow verification, pentest validation, and exploratory testing.

Core Features & Use Cases

  • Browser Automation: Navigate, interact, and capture web pages using Vibium with built-in assertions.
  • Visual Regression Tests: Run visual diffs against baselines for consistency checks.
  • Accessibility Audits: Perform automated checks for accessibility compliance.
  • Use Case: For example, use this Skill to validate a web application's login flow, including navigation, input submission, and page state verification.

Quick Start

Use the qe-browser skill to navigate to 'https://app.example.com/login', fill the login form, and assert the page state.

Frequently Asked Questions about qe-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate E2E testing and visual regression checks for web applications?

Automate E2E testing and visual regression checks by using this Skill to navigate web pages, capture states, and run visual diffs against baselines via Vibium WebDriver BiDi.

Can I perform accessibility audits and pentest validation using browser automation?

Yes, you can perform accessibility audits and pentest validation through automated browser interactions, utilizing built-in typed assertions and prompt-injection scanning capabilities.

Do I need Vibium installed to run browser automation for QE tasks?

Yes, Vibium and its associated Python libraries are required dependencies, serving as the underlying WebDriver BiDi engine for visual testing, assertions, and semantic intent scoring.

What is the best way to verify a web application login flow with E2E testing?

The best way to verify a login flow is to automate navigation to the login page, fill form inputs, submit credentials, and assert the resulting page state using typed assertions.

Does browser automation support batch execution and visual diff comparisons?

Yes, batch execution and visual diff comparisons are supported natively, allowing you to run multiple test scenarios sequentially and compare visual outputs against established baselines.

What are the limitations of using WebDriver BiDi for exploratory testing?

WebDriver BiDi relies on compatible browser environments and Python library availability, meaning exploratory testing is constrained by browser support and requires proper local environment setup.