@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/enablers/stagehand> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Stagehand"@en ;
  schema:headline "AI-powered web automation and structured data extraction SDK"@en ;
  schema:description "Built on Playwright by Browserbase, Stagehand provides high-level `act()`, `extract()`, and `observe()` primitives for resilient web automation."@en ;
  dcterms:description "Stagehand is an open-source AI web automation framework built specifically for developers who need robust browser automations that do not break when CSS classes or DOM hierarchies change. Instead of brittle selectors, Stagehand uses natural language intent for actions and Zod schemas for structured extraction."@en ;
  schema:url <https://stagehand.dev> ;
  schema:documentation <https://docs.stagehand.dev> ;
  schema:codeRepository <https://github.com/browserbase/stagehand> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "playwright" ;
  dcat:keyword "browserbase" ;
  dcat:keyword "extraction" ;
  dcat:keyword "typescript" ;
  dcat:keyword "zod" ;
  dcat:keyword "automation" ;
  schema:featureList "page.act() for natural language UI interactions"@en ;
  schema:featureList "page.extract() with strict Zod type validation"@en ;
  schema:featureList "page.observe() to suggest possible agent actions on current DOM"@en ;
  schema:featureList "Built-in Playwright reliability and caching"@en ;
  schema:featureList "Runs locally or connected to cloud browser fleets (Browserbase, Browserless)"@en ;
  schema:isAccessibleForFree true .
