ManageAddCookie メソッド
Adds a cookie to the current page.

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Manage
Dim name As String
Dim value As String
Dim domain As String
Dim path As String
Dim expiry As String
Dim secure As Boolean
Dim httpOnly As Boolean

instance.AddCookie(name, value, domain, 
	path, expiry, secure, httpOnly)

パラメータ

name
型: SystemString
value
型: SystemString
domain(省略可)
型: SystemString
path(省略可)
型: SystemString
expiry(省略可)
型: SystemString
secure(省略可)
型: SystemBoolean
httpOnly(省略可)
型: SystemBoolean
参照