コード例 #1
0
 public void Login_Telerik_Telerik_Provider_ElementsFactory()
 {
     LoginPage loginPage = new LoginPage();
     loginPage.Navigate(this.Browser);
     loginPage.LoginUser(this.Browser);
     YourAccountMainPage mainPage = new YourAccountMainPage();
     mainPage.WaitForYourAccountNameLink(this.Browser);
 }      
コード例 #2
0
        public void WaitForYourAccountNameLink(IWebDriver browser)
        {
            var yourAccountMainPage = new YourAccountMainPage();

            PageFactory.InitElements(browser, yourAccountMainPage);
        }
コード例 #3
0
 public void WaitForYourAccountNameLink(IWebDriver browser)
 {
     var yourAccountMainPage = new YourAccountMainPage();
     PageFactory.InitElements(browser, yourAccountMainPage);
 }