Builder Overview
So, you’re a builder? Whether refining templates or crafting automations from scratch, this is your go-to guide for building reliable workflows—manually or with AI.
What Exactly is the Builder?
A Chrome extension that lets you create, test, and run automations directly in your browser. No APIs, no backend integrations—just seamless automation that works exactly like a human would.
What Can You Do in the Builder?
Design automations visually—click, select, and build workflows without code. Run and test locally before deploying to the Bytespace marketplace. Leverage your real browsing environment—using your logins, cookies, and authentication data to bypass captchas, 2FA, and other security roadblocks. The Builder is built for precision. Unlike AI tools that make unpredictable decisions, Bytespace gives you complete control—ensuring your automations run exactly as expected, every time.
Now that you know what the Builder is, let’s dive into how to actually build an automation.
How do you build automations?
Web-Agent Builder & Chrome Extension
Our builder and chrome extension use a combination of AI, XPath, and CSS selectors to identify elements on a web page. You can choose these selectors manually, or let our AI do the work for you.
- XPath: A language used to navigate a webpage’s structure by defining a precise path to elements, such as “Select the third item in the second list.”
- CSS Selector: A method to select elements on a webpage based on their styles, attributes, or tags, like “Find the red button or the heading with bold text.”
- AI Selection & Enhancement: AI interprets natural language prompts to accurately identify and select the right elements on a webpage, combining XPath and CSS to choose the most reliable selectors.