Capabilities クラス
ブラウザの種類やプロファイル、プロキシなど、WebDriver セッション起動時に渡す能力(capabilities)を設定するためのクラスです。
継承階層
SystemObject
  SeleniumDictionary
    SeleniumCapabilities

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Capabilities

Capabilities には次のメンバーが定義されています。

コンストラクター
  名前説明
公開メソッドCapabilities
Capabilities クラスの新しいインスタンスを初期化します
ページ先頭
メソッド
  名前説明
公開メソッドAdd
Adds a new value to the dictionary
(継承元: Dictionary
公開メソッドClear
Clears the dictionary
(継承元: Dictionary
公開メソッドContainsKey
Returns true if the key is present, false otherwise.
(継承元: Dictionary
公開メソッドGet
Returns the value associated with the specified key or the default value if the key doesn't exist.
(継承元: Dictionary
公開メソッドGetEnumerator
Dictionary の列挙子を返します。
(継承元: Dictionary
公開メソッドRemove
Removes the value for the given key.
(継承元: Dictionary
公開メソッドSet
Sets the value for the given key. The key is created if missing.
(継承元: Dictionary
公開メソッドToExcel
Writes the values in an Excel sheet.
(継承元: Dictionary
ページ先頭
プロパティ
  名前説明
公開プロパティAcceptUntrustedCertificates
Accept untrusted certificates
公開プロパティBrowserName
Browser name
公開プロパティBrowserVersion
Browser version
公開プロパティCount
Returns the number of items
(継承元: Dictionary
公開プロパティEnableNativeEvents
Gets or sets a value indicating whether native events are enabled (Firefox only).
公開プロパティItem
公開プロパティItems
Items
(継承元: Dictionary
公開プロパティKeys
Returms an array containing the keys
(継承元: Dictionary
公開プロパティPlatform
Platform name
公開プロパティUnexpectedAlertBehaviour
Unexpected alert behaviour
公開プロパティValues
Returms an array containing the values
(継承元: Dictionary
ページ先頭
参照