UNPKG

playwright-salad

Version:

A utility package for Playwright automation testing

36 lines (24 loc) 587 B
# Playwright Salad A utility package for Playwright automation testing. ## Installation ```bash npm install playwright-salad ``` ## Usage ```javascript const { PlaywrightSalad } = require('playwright-salad'); // Initialize the browser const salad = new PlaywrightSalad(); await salad.init(); // Your automation code here await salad.navigate('https://example.com'); // Close the browser await salad.close(); ``` ## Features - Easy browser initialization - Simplified navigation - Built-in waiting mechanisms - Error handling ## License ISC