Skip to content

Rdisa27/construct-app-webtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebTools Browser

Browser automation toolkit for Construct — navigate, screenshot, execute JavaScript, extract elements, get source, DevTools, and scrape web pages using Browserless.

Installation

  1. Clone or fork the repository.
  2. Install dependencies:
npm install

Usage

  1. 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

About

Browser automation toolkit for Construct — navigate, screenshot, execute JS, extract elements, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors