}//end method Common Setup

        public void IsEntryPageLoaded()
        {
            //bool isPageLoaded = AutomatedActions.WaitActions.WaitForJSandJQueryToLoad();
            bool isPageLoaded = AutomatedActions.WaitActions.WaitForJStoLoad(ActiveBrowser.WebDriverInstance);

            AutomationReport.AssertAndReportStatus(isPageLoaded, "Loading the test's entry page", "Entry page loaded", "Failed to load the entry page");
        }
Example #2
0
        }//end method Common Setup

        public void IsEntryPageLoaded()
        {
            bool isPageLoaded = AutomatedActions.WaitActions.WaitForJSandJQueryToLoad();

            AutomationReport.AssertAndReportStatus(isPageLoaded, "Loading the test's entry page", "Entry page loaded", "Failed to load the entry page");
        }