Web Element Selector Editor Window

Edits the selectors

This editor window is designed to help you modify selectors for selected web elements. In this window, you can add, edit, or remove selectors based on your needs.

To add a selector for a specific web element, click on the "Add" button. You will be presented with various selector options to choose from, such as Xpath, CSS, Class, Id, Name, TagName, LinkText, and PartialLinkText. These selector options provide different ways to uniquely identify and locate web elements on a webpage.

There are two methods to add selector values for web elements:

  • Manual Entry: You can manually enter the selector values for the specific web elements. Simply select the desired selector option and provide the corresponding value.

  • Selector Indicator: Alternatively, you can use the Selector Indicator to automatically generate selectors for web elements. The Selector Indicator assists you in identifying and capturing the selectors based on your interaction with the webpage.

In the Web Element Selector Editor window, you can also remove selectors for web elements. Each selector listed in the editor window has an "X" button next to it. Clicking on this button allows you to directly remove the corresponding selector.

By utilizing the Web Element Selector Editor, you can effectively manage and modify selectors for web elements, ensuring accurate identification and interaction during your RPA automation processes.

Last updated