To capture data to use in parameters, try following the this example. In the example to record the timestamp that gets placed on each order.
![alt text][1]
1. Drag out **''Evaluate JS on Object''** from the Toolbox
![alt text][2]
2. Click on **'' Click on Choose an object**'' and highlight the object wanted
3. In the **''Step''** drop down tab of the step, change the Action from **''Evaluate JavaScript''** to **''Get Property''**
4. In the **''Argument''** section of the step, In the property box select **''Visible Text''** and in the Variable box type: **''TimeStamp''** -Make sure to use quotations
6. Drag out **''Evaluate JavaScript**'' from the Toolbox and place it below
7. In the code section type: **window.alert(TimeStamp);** - This is to make sure the correct info was captured with a popup box (*disable this step when done debugging*)
8. Then Drag out a second **''Evaluate JavaScript**'' from the Toolbox and place it below the first one
9. In the code section type: **LR.setParam(''TimeParam'', TimeStamp);** -This Creates a parameter of the value
?
**Ensure you are using the latest patch for your version of loadRunner LR11.04 or LR11.51**.
[1]: /storage/temp/55-pic1.png
[2]: /storage/temp/57-pic2.png