DefaultRemoteCommand Parse Method WebDriver
Parses a "wiki-style" command string, like this: |type|q|Hello World|

Namespace: Selenium
Assembly: 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: OnlineSystem String
a wiki-style command string to parse

Return Value

a Remote Command object that implements the command string
See Also