Launching today

Selector Forge
Browser extension for AI-generated resilient selectors
49 followers
Browser extension for AI-generated resilient selectors
49 followers
Browser extension to create reliable CSS and XPath selectors using AI. You can use it to create a selector for a single element or for an array of elements. The selectors it creates are meant to be "semantic" and more resilient to page changes! Extension is also open source on GitHub: https://github.com/Intuned/selector-forge







Intuned
Nice launch! One of the biggest pain points in browser automation is flaky selectors. Curious whether the AI prioritizes attributes like aria-label, data-testid, and stable text content before considering class names.
Intuned
@yagnaveena Thank you Sree, yes it does. You can read more about it here:
https://intunedhq.com/blog/selector-forge
The part I’d want to see in practice is the failure case. When Forge rejects a selector during judging, does it show why, like over-matching, under-matching, or matching the wrong labeled field, or does it just return the best surviving option?
Intuned
@novamaker01 Just returns the reliable selector. It only reports back if none of the selector survived our judge. Feel free to checkout the open source project:
https://github.com/Intuned/selector-forge
Intuned
@anusuya_bhuyan Thank you 🙏