schema.org.ai

playwright

Browser automation framework by Microsoft.

Extends: Technology

Playwright

Browser automation framework by Microsoft.

Overview

Category: Development software

Browser automation framework by Microsoft.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Playwright',
  category: 'Development software',
  description: 'Browser automation framework by Microsoft.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Playwright",
  "applicationCategory": "Development software",
  "description": "Browser automation framework by Microsoft."
}