AddRequestParam Method
Adds a request parameter and the corresponding value.
Syntax
public void addRequestParam(String varName, String varValue);
Remarks
Please refer to the RequestParams collection for more information on the request parameters and how they are managed.