c10_great_lotus

10 action groups: ManagerAction, MouseAction, KeyboardAction, BrowserControl, ElementAction, ImageAction, OthersAction, EmailAction, DeveloperAction, General Debug

Package Information

Downloads: 1,691 weekly / 2,450 monthly
Latest Version: 0.1.32
Author: Great Lotus

Documentation

n8n-nodes-c10-great-lotus

Unified GREAT LOTUS MQTT node.

Highlights:

  1. Existing browser control groups are preserved (Mouse, Keyboard, Browser, Element, Image, Others, Email, Developer, General Debug).
  2. ManagerAction now also includes GPM profile actions from C11:
    • list_profiles, get_profile_info, create_profile, open_profile, close_profile, update_profile, delete_profile, list_groups
  3. GPM_connect can open GPM profile first (by profile_id) and then attach Playwright to the same remote_port.
  4. quit will close GPM profile (when session was created from profile_id) or close local browser session as usual.

Quick start:

  1. Use Node.js >=20.15 (for example: nvm use from this folder)
  2. npm install
  3. npm run build

Discussion