A tag in a selector is a node that represents a UI element or a container of UI elements. A tag has the following format: . A tag can have one or more attributes that help identify the UI element uniquely and reliably1. For example, the tag <html app-msedge.exe' title-Find Unicorn Name' /> represents the HTML document of a web page opened in Microsoft Edge browser, with the title “Find Unicorn Name”. The attributes app-msedge.exe and title-Find Unicorn Name help distinguish this tag from other HTML documents.
The other options are not tags, but attributes. An attribute is a property of a UI element that has a name and a value. For example, id='selMonth' is an attribute that indicates the ID of a UI element is “selMonth”. Attributes are used inside tags to specify the UI element or container1.
[References:, 1: Studio - About Selectors - UiPath Documentation Portal, , , ]
Submit