Skip to content

Latest commit

 

History

History
 
 

Automation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Neurite Automation Server

Overview

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.

Prerequisites

  • Node.js
  • Playwright (install with npm install)

Usage

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.