Get specifc attribute from Get Attribute

Hello,

I need to get an specfic attribute (Title) from an Attribute that had been extracted from an get attribute acitivity. The scenario is:

Get Attribute activity with “OutterHtml” field selected. The output is something like:

“<span title=”“Target tittle string”" custom_id=““6"”> OriginalElement ”

I need to extract the ‘target title string’. Can anyone help please?

use get attribute activity. select ur required title from dropdown.

I’m already using it. But i need outer

But the output is “<span title=”“Target tittle string”" custom_id=““6””> OriginalElement ". I only need the “Target title string”

Are you not able to get title in the dropdown?

No, since the title is an ‘attribute’ of the “outerhtml” attribute itself

Hmm in that case , try to get the string between the indices of title and custom_id

It cannot be guaranteed that the next subsring is 'custom_id" always, sorry :frowning:

Hmm. Not sure then.