📄️ Introduction
Scripted browsers emulate a custom user experience by scripting browsers that navigate your website, take specific actions, and ensure specific elements are present. Playwright is the underlying technology that drives scripted monitors. Each time your script runs, Boltic creates a fully virtualized Playwright-driven Chrome, Firefox, Webkit browser that navigates your website and follows each script step. Synthetic monitoring includes an IDE-style script editor that suggests functions, locators, and other elements to simplify scripting.
📄️ Getting Started
Get started with scripted browsers by creating a monitor to test the availability and functionality of your site in different locations. Scripted browsers emulate a custom user experience by scripting browsers that navigate your website, take specific actions, and ensure specific elements are present. Playwright powers these monitors.
📄️ Examples
To execute your scripted browser monitors using Playwright Test API make sure your script's syntax uses the variables $context and $page to interact with the browser context and page respectively.