Guides

Deep-dive articles grouped by topic. Explore browser automation, Chrome tips, and more.

Browser Automation
Browser Automation
Using Browser Click Automation

Use click to activate links, buttons, and interactive UI elements. Prefer click for most cases; switch to Hardware Click only when a site requires a real, trusted gesture (e.g., OAuth popups). Command fields selector (CSS or Playwright-like: text=..., role=..., xpath=...) xpath, text, role (fallbacks if selector omitted) exact (boolean), button (left|middle|right), click_count (number) modifiers (CSV: […]

Published: August 19, 2025
Install and Use NodeCodeStudio Chrome Plugin

A fast primer on installing, creating, running, and importing Browser Sequences. Installing the Plugin Download the plugin ZIP: ncs_chrome.zip Unzip the file to a local folder. In Chrome, go to chrome://extensions/. Enable Developer Mode (top right corner). Click Load unpacked and select the unzipped folder. Using the Automation Once installed and connected, Browser Sequences run […]

Published: August 19, 2025