コード例 #1
0
        public void VerifyPageOnClickingApplyNow()
        {
            var homepage = new HomePage(ChromeDriverFixture.Driver);

            homepage.NavigateTo();
            ApplicationPage applicationPage = homepage.clickApplyNowButton();

            applicationPage.EnsurePageLoads();
        }
コード例 #2
0
        public void VerifyPageWithPreBuiltFunctions()
        {
            var homepage = new HomePage(ChromeDriverFixture.Driver);

            homepage.NavigateTo();
            ApplicationPage applicationPage = homepage.clickApplyLowRateButton();

            applicationPage.EnsurePageLoads();
        }