Browser automation toolkit for Construct — navigate, screenshot, execute JavaScript, extract elements, get source, DevTools, and scrape web pages using Browserless.
- Clone or fork the repository.
- Install dependencies:
npm install- Start the development server:
`` pxx dev
2. Open [http://localhost:3000](http://localhost:3000) in your browser.
3. Provide your Browserless API key if using screenshot, execute_js, or devtools.
## Tools
- navigate — navigate and extract page info
- screenshot — capture webpages (Browserless)
- execute_js — run JS code on a page (Browserless)
- extract_elements — extract CSS selectors
- get_source — get HTML text or plain text
- devtools — performance, console, network (Browserless)
- scrape — scrape links, images, headings, tables, lists
## License
MIT