Storage クラス
localStorage および sessionStorage のキー列挙、値の読み書き・削除など、Web ストレージを操作するためのクラスです。
継承階層
SystemObject
  SeleniumStorage

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

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

メソッド
  名前説明
公開メソッドClear
Clear the storage.
公開メソッドCount
Get the number of items in the storage.
公開メソッドKeys
ストレージのすべてのキーを取得します。
公開メソッドRemove
Remove the storage item for the given key.
公開メソッドSet
Sets the storage item
ページ先頭
プロパティ
  名前説明
公開プロパティItem
Get or set the storage item for the given key.
ページ先頭
参照