コード例 #1
0
 public static void ClickMortgageRequest(AutomationAgent agent)
 {
     agent.Click(DashboardPage.MortgageRequestBtnLabel);
 }
コード例 #2
0
 public static void ClickMakePayment(AutomationAgent agent)
 {
     agent.Click(DashboardPage.MakePaymentBtnLabel);
 }
コード例 #3
0
 public static void ClickExpenseReport(AutomationAgent agent)
 {
     agent.Click(DashboardPage.ExpenseReportBtnLabel);
 }
コード例 #4
0
 public static void ClickLogout(AutomationAgent agent)
 {
     agent.Click(DashboardPage.LogoutBtnLabel);
 }
コード例 #5
0
 public static void ClickLogin(AutomationAgent agent)
 {
     agent.Click(LoginPage.LoginButton);
 }