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
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
Hi,
FYI, another approach
We can use >
as the following.
Then we can use this expression.
System.Net.WebUtility.HtmlEncode(strInnerText)
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.