I customize code : find item follow control name
But it cannot find special text
You can refer attachment
1 Answer, 1 is accepted
0
Plamen
Telerik team
answered on 29 May 2012, 10:34 AM
Hello Ha,
The Ampersand is considered a special character and will often be rendered in the DOM as "&". In order to make this to work you need to change the string in the database.
Change it from: ~!@#$%^&*():"
to: ~!@#$%^&*():\"
Please see the MSDN articles here and here on how to use special characters in strings.
Regards,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings