Runs the specified remote accessor (getter) command and returns the retrieved result
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- commandName
- Type:
System String
the remote Command verb
- args
- Type:
System String
the arguments to the remote Command (depends on the verb)
Return Value
the result of running the accessor on the browserImplements
ICommandProcessor GetNumberArray(String, String )See Also