0.0.3 • Published 5 months ago

browser-wizard v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Browser Wizard

Browser automation and scraping library with AI capabilities.

Installation

pnpm install browser-wizard
pnpm install playwright
pnpm exec playwright install chromium

Usage

import { browserWizard } from 'browser-wizard'

const result = await browserWizard({
  prompt: 'go to https://playwright.dev/ and get the title',
})

TODO:

  • add license
  • add branch protection
  • add changesets package
  • add husky configuration
0.0.3

5 months ago

0.0.2

6 months ago