| Capabilities クラス |
名前空間: Selenium
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) |