Selector of ">" the caractére greather than

Hello all,

when i inspect the selector of the button whitch containes innertext as “>”,but in the studio the selector become “>”
How we make dynamic this selector

Thank u
Best regards

@nora_ziani Wildcard ? ( If it is single character)Or * (more character)Will make it dynamic

1 Like

Hi,

FYI, another approach

We can use > as the following.

Then we can use this expression.

System.Net.WebUtility.HtmlEncode(strInnerText)

Regards,

1 Like

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