Hi,
U are find the inner text **Account 12345678 is invalid or you are not authorized to view this account.** which contains ** at the begining. U are using regular expression in OR. When u are using ** it treats this as a part of regular expression but u want string to start with ** , so in this case use backslash to identify the special character in OR. It will definitely work.
Regards,
Sankalp
U are find the inner text **Account 12345678 is invalid or you are not authorized to view this account.** which contains ** at the begining. U are using regular expression in OR. When u are using ** it treats this as a part of regular expression but u want string to start with ** , so in this case use backslash to identify the special character in OR. It will definitely work.
Regards,
Sankalp