Assign a Variable the value from a Selector's Tag

Hi All,

I think this is a good one: I have the information from any ‘Selector’ (see below) and I need to use the value from one of its Tags, in this case the ‘Integer’ inside ‘innertext’ or ‘aaname’, either one.

Is there anyway to extract the info from it and assign it to a variable?, please see below:

Thanks in advance, best regards…

please attach your image/source code for refer

try,

  1. Use Find element activity. Put the selector you have. The output of this activity will be of data type UiElelment
    https://docs.uipath.com/activities/docs/wait-ui-element-appear
  2. Use Get attribute activity, pass the element found in the first step into the Target Element property and specify in attribute property as “aaname” (if want to retrieve name, then “name”).
  3. The output will be the property value.
1 Like

Thx @madhavi , I’ll give it a try!

1 Like

Hi @Doanh,

Just trying to get the number 12 from those tag names, either aaname or innertext into a Variable so I can use that var for something else.

Here’s the image then:

image

You can use Get Attribute to get “aaname”, “innertext” of that item

Eureka, thank GOD! that’s it!

Thank you @ Madhavi , your help is well appreciated. Muy bien!

Best regards,

1 Like

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