Standalone QA Hub
Issue #1
/test/scenarios ยท 2026-03-10 14:13:29
new
middle
Screenshot
Stored at 2026/03/10/1773152009735-qa-issue-1773152009669.png
Metadata
Selector candidates
[
{
"matches": 1,
"score": 76,
"selector": "h1.text-2xl.font-bold.mb-1",
"strategy": "class"
},
{
"matches": 1,
"score": 60,
"selector": "h1:nth-of-type(1)",
"strategy": "nth-of-type"
},
{
"matches": 0,
"score": 58,
"selector": "div \u003e div \u003e div \u003e div \u003e h1 \u003e h1:nth-of-type(1)",
"strategy": "ancestor-path"
}
]
Target fingerprint
{
"ancestorPath": [
"body",
"div",
"div",
"div",
"div",
"h1"
],
"ariaLabel": null,
"className": "text-2xl md:text-3xl font-bold mb-1",
"href": null,
"id": null,
"name": null,
"role": null,
"tagName": "h1",
"textSample": "Test Scenarios"
}
Secondary signal
{
"hasFiberInstance": true,
"reactComponentStack": [
"h1",
"div",
"es",
"a",
"x",
"c",
"f",
"T",
"E",
"j",
"u",
"S"
],
"reactOwnerStack": [],
"source": "react-fiber"
}
Layout evidence
bbox:
{
"bottom": 68,
"height": 36,
"left": 32,
"right": 733,
"top": 32,
"width": 701,
"x": 32,
"y": 32
}
viewport:
{
"height": 493,
"width": 780
}
scroll:
{
"x": 0,
"y": 0
}
screenshotMarks:
[]
DOM excerpt
<h1 class="text-2xl md:text-3xl font-bold mb-1">Test Scenarios</h1>
Thread
No comments yet.