I am using studio 2018.
the case is I have a dynamic web page which is I want to click customer detail by clicking customer name in the row
the problem is the customer name consist HTML ascii symbols and regex such as * or ?
example:
customer name
abcabc
<abc>
<abc*?>
<ab\n&>
&860;cd
please suggest me the best practice for solving this case.
thank you in advance,
Indra