paxter-cli
1.0.37
dotnet tool install --global paxter-cli --version 1.0.37
dotnet new tool-manifest
dotnet tool install --local paxter-cli --version 1.0.37
#tool dotnet:?package=paxter-cli&version=1.0.37
nuke :add-package paxter-cli --version 1.0.37
Paxter
Paxter is a commercial command-line tool for running readable, YAML-described Playwright browser workflows. It captures step screenshots, optional video, and HTML/JSON reports to make browser automation easier to review and operate.
Install
Install the global tool from NuGet.org:
dotnet tool install --global paxter-cli
paxter help
The package is named paxter-cli; the command is paxter.
Get started
Create a new working folder, enter it, and initialise Paxter:
mkdir my-paxter-workflow cd my-paxter-workflow paxter initThis creates
paxter.yaml,workflow.yaml, and safe.gitignoreentries without overwriting existing files.Install the supported Chromium browser:
paxter setupPaxter uses a Playwright-managed Chromium build by default; Chrome does not need to be installed separately. See the browser configuration guide before setting
ChromiumPath.Obtain Paxter registration details from your administrator or Booolean, then update the local
paxter.yamlfile.Confirm the registration:
paxter registerCreate a workflow:
Headless: true NeedVideo: false Actions: - Do: Page_GotoAsync Data1: https://your-approved-test-environment.exampleRun it:
paxter run workflow.yaml
Access levels
| Level | Commands |
|---|---|
| Free | version, help, init, setup, update, register |
| Registered | run (up to 10 workflow steps) |
| Subscription | Full run, runparallel, convert |
Registered access requires a verified Paxter registration and permits workflows with up to 10 actions. A larger workflow, parallel execution, and conversion require a current subscription. runparallel also requires parallel settings in paxter.yaml.
Update
dotnet tool update --global paxter-cli
Documentation and support
Security and authorised use
Paxter is intended only for controlled, non-production testing. Do not use it against a live production system, third-party system, or any environment where an unintended action could cause harm unless you have explicit written authorisation and have accepted the risk. You are responsible for every workflow and its effects. Keep registration codes, credentials, tokens, browser recordings, and reports out of source control. Reports may contain sensitive test data.
Paxter is provided without warranties. To the maximum extent permitted by law, Booolean is not responsible for loss, damage, unintended browser actions, security incidents, data loss, or other consequences of use or misuse. This does not affect rights that cannot lawfully be excluded. Read the commercial licence included with the package before use.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.37 | 102 | 8/16/2026 |