getVariable
Object proxySession.getVariable ( String identifier )
Description
Retrieve the value of the proxy session variable.
Parameters
- identifier Name of the session variable, as a string.
Return Values
Returns the value of the session variable.
Change Log
Version | Description |
---|---|
4.5 | Available for all editions. |
Examples
Retrieve Session Variable
// Places the proxy variable "CITY_CODE" in
// the local variable "cityCode"
cityCode = proxySession.getVariable( "CITY_CODE" );
// the local variable "cityCode"
cityCode = proxySession.getVariable( "CITY_CODE" );
See Also
- setVariable() [proxySession] - Sets the value of a proxy session variable
scraper on 07/16/2010 at 5:15 pm
- Printer-friendly version
- Login or register to post comments