@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/browser-automation-for-agents>
  a schema:TechArticle ;
  schema:headline "Browser Automation for Agents" ;
  schema:url <https://anchorfact.org/ai/browser-automation-for-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/browser-automation-for-agents>
  schema:citation <https://playwright.dev/docs/intro> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/browser-automation-for-agents>
  schema:citation <https://www.selenium.dev/documentation/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/browser-automation-for-agents>
  schema:citation <https://chromedevtools.github.io/devtools-protocol/> ;
  af:sourceTier "B" .