An NDoc Documented Class Library

HttpCommandProcessor.GetNumber Method 

Runs the specified Selenese accessor (getter) command and returns the retrieved result

public decimal GetNumber(
   string commandName,
   string[] args
);

Parameters

commandName
the Selenese command verb
args
the arguments to the Selenese command (depends on the verb)

Return Value

the result of running the accessor on the browser

Implements

ICommandProcessor.GetNumber

See Also

HttpCommandProcessor Class | Selenium Namespace