@srselva,
the brackets has a special meaning in vbscript. They are used in regular expression. You need to escape them using escape character "\".
try the below code.
Regards,
Ankesh
the brackets has a special meaning in vbscript. They are used in regular expression. You need to escape them using escape character "\".
try the below code.
Code:
Browser("name:=xxx").Page("name:=yyy").link("text:=\(zzz\)").clickAnkesh

