This is a migrated thread and some comments may be shown as answers.

Can not find special character

1 Answer 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ha
Top achievements
Rank 1
Ha asked on 24 May 2012, 05:13 AM
I customize code : find item follow control name
But it cannot find special text
You can refer attachment

1 Answer, 1 is accepted

Sort by
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
Tags
General Discussions
Asked by
Ha
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or