Documentation Index
Fetch the complete documentation index at: https://piyushvyas.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Recipes
Built-in recipe commands for common browser automation patterns. Recipes combine multiple BAP commands into single, parameterized operations.login
Automate a login flow with one command.The login page URL.
Username or email to fill.
Password to fill.
fill-form
Fill a form using data from a JSON file.The page URL containing the form.
Path to a JSON file mapping field labels or selectors to values.
form-data.json:
wait-for
Wait for an element to appear on the page.Selector for the element to wait for.
Maximum wait time in milliseconds.