Subscribe

UiPath Studio

The UiPath Studio Guide

Full versus Partial Selectors

Full selectors:

  • Contain all the elements needed to identify a UI element, including the top-level window
  • Generated by the Basic recorder
  • Recommended when switching between multiple windows

Partial selectors:

  • Generated by the Desktop recorder
  • Do not contain information about the top-level window
  • Activities containing partial selectors are enclosed in a container (Attach Browser or Attach Window) that contains a full selector of the top-level window
  • Recommended when performing multiple actions in the same window

Example of a partial selector for the editable panel in Notepad:

597

Example of a full selector for the editable panel in Notepad:

597

Selector Editor and UI Explorer display the full selector, not just the partial one. However, only elements belonging to the partial selector can be edited, the prepended ones are grayed out and read-only.

1280

Updated 3 years ago


Full versus Partial Selectors


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.