UiPath Selectors

Hello All,

Hope you are doing good. I am working with selectors, and wanted to know that what are differences between attributes and selectors ?

Thanks !

Selectors is a set of nodes having attributes that is
selector is a string of characters (VB expression) used to identify objects on the screen and is one of the properties of UI activities and has an XML format.

Attributes together forms a selector which has different tags in it with different values

Like for example <app = ‘notepad’ title = ‘untitled’ >

Here the app and title are attributes while this together forms a selector

Cheers @Piyush_Hemant

Group of attributes form a selector.
Look at the following selector :

html app=‘chrome.exe’ title=‘Google’
<webctrl id=‘viewport’ tag=‘DIV’

Here app,title, id, tag are known as attributes.

1 Like

Ohh well thanks for the clarifications !

1 Like

Cheers @Piyush_Hemant

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.