Example #1
0
        public static void PupilScreenOnTaskMenu(bool senFlag = false)
        {
            var menu = new TaskMenuBar();

            menu.ClickCommunicationTaskMenuBar();
            POM.Helper.SeleniumHelper.Sleep(2);
            menu.ClickPupilLinkWithoutWait();
            menu.ClickPupilRecordsLink(senFlag);
        }
Example #2
0
        public static void GoToTGScreen()
        {
            var menu = new TaskMenuBar();

            menu.ClickCommunicationTaskMenuBar();
            POM.Helper.SeleniumHelper.Sleep(2);
            menu.ClickSchoolGroupLinkWithoutWait();
            menu.ClickTeachingGroupLink();
        }
Example #3
0
        public static void GoToRoomScreen()
        {
            var menu = new TaskMenuBar();

            menu.ClickCommunicationTaskMenuBar();
            SeleniumHelper.WaitForElementClickableThenClick(AddressBookElements.TGScreenLink);
            //   menu.ClickSchoolManagementLink();
            menu.ClickRoomLink();
            TestResultReporter.Log("Successfully Navigated to Rooms Page");
        }