AlertSetCredentials メソッド
Sets the user name and password in an alert prompting for credentials.

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

returnValue = instance.SetCredentials(user, 
	password)

パラメータ

user
型: SystemString
User name
password
型: SystemString
Password

戻り値

型: Alert
参照