I’m looking at no-code/low-code browser automation builders, and I want to know if the “anyone can build this” narrative is realistic or overselling the actual capabilities.
The pitch is that you drag and drop components, configure a few settings, and boom—you’ve got a working automation. But every time I’ve looked at technical tools before, there’s always a wall where the visual interface stops being useful and you need to write code.
For browser automation specifically, I can picture the easy parts: navigate to URL, wait for element, click button. Those are probably straightforward in a drag-and-drop interface.
But what about the harder parts? Handling dynamic selectors that change between runs. Extracting data from inconsistent page layouts. Managing error states when something goes wrong mid-automation. Do these things actually work in a drag-and-drop interface, or do you end up needing to write code anyway?
I’m not a developer but I’m not afraid of technical concepts either. I’m just trying to figure out if a drag-and-drop builder would genuinely let me build real automations, or if it’s a toy that only handles 30% of realistic use cases.
What’s your actual experience here? Can you build complex browser automations without writing code, or does it eventually force you to drop down to JavaScript anyway?