/obli2-webext

Powerful, efficient, and extensible browser automation suite

Primary LanguageHTML

obli

Powerful and efficient web automation platform

Feature wish List

  1. Collaborative editing of files if you share an organization
  2. Cleaner UI
  3. Scripts can require certain permissions (selenium, etc.) or dispatcher modules
  4. Toolbox in right-click menu that contains an option to append a reference to DOM element in your script
  5. Clearer differentiation between project and script

Install

$ npm install

Development

npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge

Build

npm run build chrome
npm run build firefox
npm run build opera
npm run build edge

Environment

The build tool also defines a variable named process.env.NODE_ENV in your scripts.

Docs