Regression testing software can help you make the manual regression testing process automated. It can save a lot of time and effort. But what is regression testing software? What should you look for when you are deciding on the regression testing tool of your choice?...
Your Smart Selector Generator
Boost your efficiency and generate Selenium CSS selectors as well as XPath selectors with the free Ranorex Selocity Chrome extension.
Tired of constructing unique selectors?
Your page under test changes. The selector location fails. Fixing fragile selectors is a time-consuming chore. We get it: manually constructing unique selectors is difficult, slow and prone to errors – and makes writing rock-solid Selenium locators nearly impossible. There is always uncertainty whether the chosen selector accurately and reliably identifies an element. It’s time to stop the guessing game.
Generate robust and reliable selectors
Ranorex Selocity is a free extension for the Chrome DevTools that instantly provides unique and robust selectors for your web page. The smart selector generator ignores dynamically generated IDs. Feedback on the selectors helps you identify the most stable way to locate an element. Once you have decided on a generated selector, it just takes a click to copy and paste it into your locators in Selenium tests – or use it in any other framework that depends on selectors finding DOM elements, such as WebDriver.io and Protractor.
Effortlessly improve the quality of selectors
Generate, edit, and evaluate RanoreXPath, CSS, link text and XPath selectors.
Easy selector modification
Unique RanoreXPath selector
Your feedback is welcome
Speed up the Selenium test creation process
Reduce time creating selectors for locators in Selenium and concentrate on what really matters.
Most time is spent before the first line of code is even written: from finding your way through the page to determining proper targets. Save that valuable time for coding! Simply right-click on the element in your page to instantly retrieve its various selector types and copy it to your clipboard for instant use for E2E testing. Ranorex Selocity even adds quotes automatically when pasting the selector in your tests to make every second count!
Instant selector generation
Exploratory selector creation
Dark theme
Frequently asked questions
How does Ranorex Selocity support me in developing my Selenium test automation project?
How do I use Ranorex Selocity?
What locator strategy does Ranorex Selocity support?
- CSS
- XPath
- Link text
- RanoreXPath (RxPath)
What are the benefits of selector generation?
- Depend on the HTML structure of the page as little as possible
- Prefer “data-oriented” elements and attributes to “layout-oriented”
- Do not use dynamic IDs
- Prefer more specific attributes and classes
How can I create or modify a selector?
How can I copy a selector?
- Right-click on an element on your website and select the fast copy option from the context menu.
- Perform the copy action using the Copy button in the Ranorex Selocity tab.