ICommandProcessor GetNumberArray Method WebDriver
Runs the specified remote accessor (getter) command and returns the retrieved result

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

decimal[] GetNumberArray(
	string command,
	string[] args
)

Parameters

command
Type: OnlineSystem String
the remote command verb
args
Type:  OnlineSystem String 
the arguments to the remote command (depends on the verb)

Return Value

the result of running the accessor on the browser
See Also