Selector - Attribut tag

Hello developpers,

I don’t understand the attribut tag in my selector.

What does it correspond to?

Thanks !

Best Regards,

@mateo.drouillard it defines the hyperlink which is used to link one page to another

1 Like

Hi @mateo.drouillard

Check out this official document and video link

image

https://docs.uipath.com/studio/docs/about-selectors

Regards
Gokul

1 Like

Hello @mateo.drouillard ,

<a> is the HTML tag defines a hyperlink. Please check this for more info: https://www.w3schools.com/html/html_links.asp

You can use within your UiPath selector the HTML tags.

For instance:

  • If you would like to create a selector for clicking on a html page link, then your selector can have the “a” tag.
  • Another case: Suppose you would like to click on the header of the web page (which doesn’t have a link), then your selector can have a “h” tag.

Hope this clarifies your issue.
Best regards,
Marius

1 Like

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