How to pass values stored in a variable of an action to another action using output parameters
I need the syntax please:
Problem
Action 1
Customername = Browser(" ").Page(" ").WebList(" ").GetROProperty("value")
I want to pass the value stored in customername in Action 2
I'm calling actions individually and not Action 1 from Action 2
I need the syntax please:
Problem
Action 1
Customername = Browser(" ").Page(" ").WebList(" ").GetROProperty("value")
I want to pass the value stored in customername in Action 2
I'm calling actions individually and not Action 1 from Action 2