10-28-2009, 04:37 PM
Hi,
I have one variable in action1.
ex
refid="LCC0209044"
I want to pass this value in Action2
ex\
How to do this?
I have one variable in action1.
ex
refid="LCC0209044"
I want to pass this value in Action2
ex\
Code:
Browser("Browser").Page("Page").ActiveX("TF3Child_UAT Control").WinEdit("Option"). Set (refid)
How to do this?