TestJsEngine.

GetVariableValue(string) Method

Summary

Gets the value of variable.

Syntax

public Object GetVariableValue(string variableName)

Parameters

Name Type Description
variableName string Variable name.

Return Value

Type Description
Object Value of variable.
GitHub