@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/browser-use> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Browser-use"@en ;
  schema:headline "Autonomous open-source AI agent browser automation engine"@en ;
  schema:description "Browser-use enables LLMs to interact directly with web browsers — clicking buttons, filling forms, and navigating complex workflows like a human."@en ;
  dcterms:description "Browser-use is the premier open-source autonomous web browsing agent. Powered by Playwright and vision-language models, Browser-use extracts interactive elements with bounding boxes and executes multi-step web interactions autonomously, enabling agents to operate Danish services that have no machine APIs."@en ;
  schema:url <https://github.com/browser-use/browser-use> ;
  schema:documentation <https://docs.browser-use.com> ;
  schema:codeRepository <https://github.com/browser-use/browser-use> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "browser-agent" ;
  dcat:keyword "playwright" ;
  dcat:keyword "vision" ;
  dcat:keyword "automation" ;
  dcat:keyword "rpa" ;
  dcat:keyword "open-source" ;
  schema:featureList "Vision + DOM tree interactive element extraction"@en ;
  schema:featureList "Supports persistent browser sessions with saved cookies"@en ;
  schema:featureList "Multi-tab management and automated file downloads"@en ;
  schema:featureList "Integrates with LangChain, LangGraph, and Claude 3.7 / GPT-4o"@en ;
  schema:featureList "Human-in-the-loop takeover mode for MitID or 2FA checkpoints"@en ;
  schema:isAccessibleForFree true .
