Parses a "wiki-style" command string, like this: |type|q|Hello World|
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public static DefaultRemoteCommand Parse( string commandString )
Parameters
- commandString
- Type:
System String
a wiki-style command string to parse
Return Value
a Remote Command object that implements the command stringSee Also