Skip to main content
Browser automation helpers for TypeScript/JavaScript, built on Playwright. This package provides utilities for common automation tasks—AI-powered data extraction, navigation with retries, pagination handling, and more.

Installation

When using Intuned, this package is pre-installed in every TypeScript project.

Quick example

AI module

AI-powered utilities for data extraction and page analysis. These functions use AI and incur costs.
AI functions support caching and matching to reduce costs.

Helpers module

Requirements

  • Node.js 18+
  • Playwright (npm install playwright && npx playwright install)
  • For AI functions: API key for your AI provider (set via environment variable or function parameter)