Getting Started
Installation
Detailed installation and setup guide for Auto-Browse
Installation Guide
This guide will walk you through the complete installation and setup process for Auto-Browse.
Prerequisites
Before installing Auto-Browse, make sure you have:
- Node.js 16 or higher
- npm or yarn package manager
- A code editor (VSCode recommended)
Package Installation
Install Auto-Browse using npm:
Or using yarn:
⚠️ Important: Playwright Version Requirements
Auto Browse requires Playwright version 1.53.0 or higher.
Required Versions
Version Conflicts
If you’re using Auto Browse alongside an existing Playwright setup, ensure you’re using compatible versions. Here’s how to handle common issues:
-
Installation Conflicts
This flag helps resolve peer dependency conflicts during installation.
-
Multiple Playwright Versions
- Remove existing Playwright installations
- Clear npm cache if needed:
npm cache clean --force
- Reinstall with the required versions
-
Project Compatibility
- Update your project’s Playwright configuration
- Ensure your existing tests are compatible
- Consider using a separate test environment if needed
Verification
To verify your installation:
- Create a test file (e.g.,
test.ts
):
- Run the test:
Next Steps
- Learn about environment setup for different LLM providers
- Check out the quickstart guide for basic usage
- Explore supported actions to see what you can do