Cookies クラス
ブラウザに保存されている Cookie の一覧取得、追加、削除、名前検索などをまとめて行うためのクラスです。
継承階層
SystemObject
  SeleniumList
    SeleniumCookies

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

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

メソッド
  名前説明
公開メソッドAdd
Adds a value in the list
(継承元: List
公開メソッドAddRange
Adds multiple values at once in the list
(継承元: List
公開メソッドClear
Clears the list
(継承元: List
公開メソッドContains
Return true if the list contains the value.
(継承元: List
公開メソッドConvertT
Converts each value.
(継承元: List
公開メソッドCopyTo
Copies the values to an array
(継承元: List
公開メソッドDistinct
Remove duplicates
(継承元: List
公開メソッドFirst
最初の項目を返します。
(継承元: List
公開メソッドGetEnumerator
リストの列挙子を返します。
(継承元: List
公開メソッドIndexOf
値のインデックスを返します。
(継承元: List
公開メソッドInsert
Insert a value at index
(継承元: List
公開メソッドLast
最後の項目を返します。
(継承元: List
公開メソッドLastIndexOf
The index of the value starting from the end.
(継承元: List
公開メソッドRemove
Remove the value
(継承元: List
公開メソッドRemoveAt
Remove the value at index
(継承元: List
公開メソッドSort
Sorts the elements
(継承元: List
公開メソッドToArray
値の配列を返します。
(継承元: List
公開メソッドコード例ToExcel
値を Excel にコピーします。宛先はアドレス、ワークシート、または範囲にできます。
(継承元: List
公開メソッドValues
値の配列を返します。
(継承元: List
ページ先頭
プロパティ
  名前説明
公開プロパティCount
項目数を返します。
(継承元: List
公開プロパティIsFixedSize
利用できません。
(継承元: List
公開プロパティIsReadOnly
利用できません。
(継承元: List
公開プロパティIsSynchronized
常に False を返します。
(継承元: List
公開プロパティItemInt32
Returns the cookie at index (Zero based)
公開プロパティItemString
Returns the cookie for the given name
公開プロパティSyncRoot
常に null を返します。
(継承元: List
ページ先頭
参照