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

<https://anchorfact.org/kb/computer-science/playwright>
  a schema:TechArticle ;
  schema:headline "Playwright" ;
  schema:url <https://anchorfact.org/computer-science/playwright/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/playwright>
  schema:citation <https://playwright.dev/docs/browsers> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/playwright>
  schema:citation <https://playwright.dev/docs/actionability> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/playwright>
  schema:citation <https://playwright.dev/docs/trace-viewer> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/playwright>
  schema:citation <https://playwright.dev/docs/codegen> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/playwright>
  schema:citation <https://playwright.dev/docs/api-testing> ;
  af:sourceTier "B" .