This section provides detailed instructions on how to use the Website Automation library.
import Browser from './src/Browser';
const browser = await Browser.launch({ headless: true });
const workflows = { ... };
const output = await Workflows.parseNRun(browser, workflows);