Example #1
0
 public MainGooglePage MainPage()
 {
     if (mainGooglePage == null)
     {
         mainGooglePage = PageFactory.InitElements <MainGooglePage>(webDriver);
     }
     return(mainGooglePage);
 }
Example #2
0
        public void GoToGoogleTest()
        {
            Driver.Url = @"https:\\google.com";

            MainGooglePage mainGooglePage = new MainGooglePage();

            mainGooglePage.FillSearchInput("page object pattern c#");
        }