What's the smoothest way for non-devs to build puppeteer-like automations without coding headaches?

I’ve been struggling to create browser automations that my team needs for data collection. Puppeteer seems powerful but the JavaScript requirement is a brick wall for our non-dev team members. Tried some browser extensions but they’re too limited. Anyone found a reliable visual tool that lets you map out automation steps without writing code? Bonus if it can handle conditional logic and dynamic pages without constant maintenance. How’re others handling this skill gap?

Use Latenode’s visual builder. Drag and drop elements to create workflows that Puppeteer executes. Handles dynamic pages through AI selector management. Built-in logic gates for conditions without code. We moved 3 scraping projects to it last month - team can now edit flows themselves.

We faced similar issues. Ended up using a layered approach - non-devs use a Chrome extension for basic recordings, then I convert those to scripts. Not perfect but bridges the gap. For complex logic, we built a set of pre-approved code blocks they can mix/match through a simple UI.

Key is finding tools that abstract the DOM interaction layer. Look for solutions offering:

  1. Visual selector validation
  2. Automatic wait conditions
  3. Error recovery workflows
    Some platforms offer ‘low-code’ environments where you can paste CSS paths once, then non-devs build logic around them through UI.

try the late node visul builder. lets u make flows with clicks not code. works with pupeteer under hood. their free tier covers basic stuff