예제 #1
0
        public SchedulesPageObject EnterSchedules()
        {
            btnShowMenu.Clicks();
            SeleniumUtilityMethods.WaitForNamedElement("btnSchedulesPage");
            btnSchedulesPage.Click();

            return(new SchedulesPageObject());
        }
예제 #2
0
        public PeoplePageObject EnterPeople()
        {
            btnShowMenu.Clicks();
            SeleniumUtilityMethods.WaitForNamedElement("btnPeoplePage");
            btnPeoplePage.Click();

            return(new PeoplePageObject());
        }
예제 #3
0
 public PersonPageObject()
 {
     PageFactory.InitElements(PropertiesCollection.driver, this);
     SeleniumUtilityMethods.WaitForNamedElement("chbActiveDay6");
 }
예제 #4
0
 public SchedulesPageObject()
 {
     PageFactory.InitElements(PropertiesCollection.driver, this);
     SeleniumUtilityMethods.WaitForNamedElement("tabSchedules");
 }
예제 #5
0
 public void ChangeOnlyMy()
 {
     SeleniumUtilityMethods.WaitForNamedElement("chbMy");
     //chbMy.Click();
     chbMy.Check();
 }
예제 #6
0
 public void ChangeOnlyConfirmed()
 {
     SeleniumUtilityMethods.WaitForNamedElement("chbConfirmed");
     chbConfirmed.Check();
 }
예제 #7
0
 public PeoplePageObject()
 {
     PageFactory.InitElements(PropertiesCollection.driver, this);
     SeleniumUtilityMethods.WaitForNamedElement("btnAdd");
 }