An NDoc Documented Class Library

DefaultSeleneseCommand.Parse Method 

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

public static DefaultSeleneseCommand Parse(
   string commandString
);

Parameters

commandString
a wiki-style command string to parse

Return Value

a Selenese Command object that implements the command string

See Also

DefaultSeleneseCommand Class | Selenium Namespace