public MainGooglePage MainPage() { if (mainGooglePage == null) { mainGooglePage = PageFactory.InitElements <MainGooglePage>(webDriver); } return(mainGooglePage); }
public void GoToGoogleTest() { Driver.Url = @"https:\\google.com"; MainGooglePage mainGooglePage = new MainGooglePage(); mainGooglePage.FillSearchInput("page object pattern c#"); }