An NDoc Documented Class Library

DefaultRemoteCommand.Parse Method 

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

public static DefaultRemoteCommand Parse(
   string commandString
);

Parameters

commandString
a wiki-style command string to parse

Return Value

a Remote Command object that implements the command string

See Also

DefaultRemoteCommand Class | Selenium Namespace