@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/playwright-mcp> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Playwright MCP Server"@en ;
  schema:headline "Model Context Protocol wrapper for Playwright browser automation"@en ;
  schema:description "Enables LLMs and agent harnesses to control real browser sessions via standard MCP tool calls (navigate, click, type, screenshot)."@en ;
  dcterms:description "Playwright MCP brings full headless browser automation to any MCP-compatible client like Claude Desktop, Cursor, or Cline. The agent can navigate Danish portals, take screenshots, fill input fields, and extract DOM trees natively through tool calling."@en ;
  schema:url <https://github.com/executeautomation/mcp-playwright> ;
  schema:codeRepository <https://github.com/executeautomation/mcp-playwright> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "playwright" ;
  dcat:keyword "browser-automation" ;
  dcat:keyword "claude-desktop" ;
  dcat:keyword "open-source" ;
  schema:featureList "Browser navigation, element clicking, text input, and hovering"@en ;
  schema:featureList "High-resolution viewport screenshot capture and visual inspect"@en ;
  schema:featureList "Console log and network request inspection"@en ;
  schema:featureList "Headless and headed execution modes"@en ;
  schema:isAccessibleForFree true .
