Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Svetoslav,
The FindChild method does not work with regular expressions, but you can use wildcards. Please let me know whether this works for you:
selectElement = page.FindChild( new Array( "ObjectType", "innerText" ), new Array( "Panel", "*"+element+"\r\n*" ),100);