BrowserBaseState はどのクラスからも派生しません。また、このクラスから派生するクラスはありません。
public class BrowserBaseState: IBaseState
'Declaration Public Class BrowserBaseState _ Implements IBaseState
| 名前 | 説明 |
|---|---|
| CommandLineArguments | コマンド ライン引数を取得または設定します。(BaseState から継承)。 |
| CommandLinePattern | コマンド ライン パターンを取得または設定します。(BaseState から継承)。 |
| ExecutablePattern | 実行可能パターンを取得または設定します。(BaseState から継承)。 |
| Executable | 実行可能ファイルの名前を取得します(BaseState から継承)。 |
| Locator | 実行可能ファイルのロケーターを返します(BaseState から継承)。 |
| TechDomains | テストに使用するテクノロジ ドメインのリストを取得または設定します(BaseState から継承)。 |
| Url | 移動する URL を取得します。 |
| WorkingDirectory | 作業ディレクトリを取得または設定します。(BaseState から継承)。 |