09-21-2009, 12:40 AM
Hi vikas,
For dynamic objects you can pass the parameter by appending it to the property name with &
try the below code
For dynamic objects you can pass the parameter by appending it to the property name with &
try the below code
Code:
userdata=DataTable("ParamName",dtGlobalSheet)
Browser("title:=X").Page("title:=X").Frame("Name:=Y").Link("Name:="&userdata).Click