One query here, if you are adding the object to OR, why u need to go with DP. you can directly use the Object as in OR. Just regularize the text/title property.
anyways, you try the below code.
| is a special character in regular expression which indicates OR. I have used escape character \.
Regards,
Ankesh
anyways, you try the below code.
| is a special character in regular expression which indicates OR. I have used escape character \.
Code:
Set objlink=Browser("title:=CCAMS \| Home\|.*").Page("title:=CCAMS \| Home \|.*").ChildObjects(alllink)Ankesh

