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)
構文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
参照