BrowserBaseState does not derive from any class, and no classes derive from it.
public class BrowserBaseState: IBaseState
'Declaration Public Class BrowserBaseState _ Implements IBaseState
| Name | Description |
|---|---|
| CommandLineArguments | Gets or sets the command-line arguments. (Inherited from BaseState) |
| CommandLinePattern | Gets or sets the command-line pattern. (Inherited from BaseState) |
| ExecutablePattern | Gets or sets the executable pattern. (Inherited from BaseState) |
| Executable | Gets the name of the executable. (Inherited from BaseState) |
| Locator | Returns the locator of the executable. (Inherited from BaseState) |
| TechDomains | Gets or sets the list of tech domains to be used for testing. (Inherited from BaseState) |
| Url | Gets the Url to navigate to. |
| WorkingDirectory | Gets or sets the working directory. (Inherited from BaseState) |