playwright-launcher
v1.0.3
Published
API server to launch Playwright browsers via HTTP endpoints
Maintainers
Readme
Playwright Launcher
Playwright Launcher is a Node.js library and API server that allows you to launch Playwright browsers (Chromium, Firefox, WebKit) via HTTP endpoints. It returns the WebSocket endpoint for remote automation, similar to how Appium works.
Features
- Launch Chromium, Firefox, or WebKit browsers programmatically
- Headed or headless mode
- Specify custom browser executable paths
- Retrieve WebSocket endpoint for remote automation
- Close running browsers via API
Installation
npm install -g playwright-launcher
```bash
playwright-launcher