Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Ah, gotcha... the problem is the string you're passing in. In JScript, the quote characters are "special" characters and need to be indicated differently. Change your line as follows:
Let me know if that helps.
var sSearchString = '*WPFObject(\"TextBlock\", \"*\", 8)*';
Let me know if that helps.