Exploration-side companion
Tabula QA is built for discovery before runtime automation begins, especially on pages that need login, setup, or manual navigation.
Quality Engineering Architect · Mobile · API · AI Systems · Distributed Platforms
Tabula QA is a browser-assisted page discovery and mapping tool for automated QA workflows. It helps teams capture meaningful DOM structure, export actionable JSON, and explore pages without forcing that responsibility into the test runtime.

What It Is
Tabula QA is the exploration-side companion to runtime diagnosis tools like Revelium. Its job is to open a real browser, capture the current page state, discover useful DOM structure, and export a map teams can inspect or reuse downstream.
Tabula QA is built for discovery before runtime automation begins, especially on pages that need login, setup, or manual navigation.
Instead of forcing page discovery into test execution, it captures the current DOM and produces locator-oriented structure teams can inspect and reuse.
Assisted mode is part of the product design, not a fallback. It is useful when the important page state depends on real user preparation.
How Assisted Capture Works
Open a Selenium browser session and navigate to the target URL
Optionally pause in assisted mode so a human can prepare the page
Capture the current page source and build a structured page map
Export JSON with elements, categories, suggested names, and inferred locators
Useful when page state depends on
Assisted capture is valuable exactly because many relevant QA states do not exist at the first page load.
Quick Start
pip install tabula-qa
tabula-qa capture "https://example.com" --assisted --output tabula_reports/page_map.json
tabula-qa inspect tabula_reports/page_map.jsonOutput
The current scope is intentionally focused on browser-assisted capture, page discovery, structured page maps, and terminal inspection of saved output.
Current Status
Tabula QA is still in an early alpha stage, but it is already useful for DOM discovery and assisted capture. Export and inspection workflows should still be treated as evolving.
Relationship
The split is intentional: Tabula QA owns exploration and mapping workflows, while Revelium stays focused on runtime failure diagnosis. Together they cover discovery before automation and diagnosis after breakage.
View ReveliumPositioning
Tabula QA fits QA, SDET, and platform teams that need a faster path to inspect screens, document exposed structure, and export reusable page maps from real browser states.
Interested in Tabula QA? Want to shape the workflow around your team?