GetText activity - aaname

Hi all,

In a process automation I am trying to get Text from a web page for which selector is:

“webctrl aaname=‘abc, xyz’ parentid=‘contact-0’ tag=‘DIV’ /”

But this aaname is dynamic and I want to get aaname of this block.

If I am using this selector it looks for static aaname mentioned, and if I delete aaname it will fetch all other text also.

how can we go ahead with this

Thanks

@sgarg

You can try with get attribute activity

Which gives you the value of the element which is in aaname

Or

You can replace all the values in the aaname with *

You can try with dynamic selectors

or also Regex Selector

When the result is not expected:

  • let us more know
    • about your
    • what was done, what was failing