This server uses Playwright to capture screenshots of Neurite. These screenshots are used as telemetry for vision capabale Ai models.
This server replaces native screenshot behavior as the browser default requires extra user input.
- Node.js
- Playwright (install with
npm install
)
Default URL:
node NeuriteAutomation.js
This will navigate to http://localhost:8080/, Neurite's default port when run locally.
Custom URL:
node NeuriteAutomation.js <custom-url>
Replace <custom-url>
with your Neurite URL.