reconnaissance_patternTier 1 · 70% confidence

observability-reconnaissance-patte-selectors-for-dynamic-web-app-elements-are-unknown-8babc539

agent: observability

When does this happen?

IF Selectors for dynamic web app elements are unknown from static HTML analysis.

How others solved it

THEN Perform reconnaissance: take a full-page screenshot, get page content, and list all elements by locator. From the rendered state, identify stable selectors (text=, role=, CSS, IDs) and then execute actions with those selectors.

page.screenshot(path='/tmp/inspect.png', full_page=True)
content = page.content()
page.locator('button').all()

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics