コード例 #1
0
ファイル: BasicAuthPage.cs プロジェクト: ravs788/SeleniumDemo
 public void LoginSuccessfully(string userName, string passWord)
 {
     ElementActions.AlertDataEnter(_driver, userName);
     ElementActions.AlertDataEnter(_driver, passWord);
     ElementActions.AlertAccept(_driver);
 }