コード例 #1
0
        protected override void SetUp()
        {
            base.SetUp();

            htmlHref = new HtmlAnchorTester("htmlHref", CurrentWebForm);

            Browser.GetPage(BaseUrl + "HtmlTester/HtmlControlTestPage.aspx");
        }
コード例 #2
0
 protected override void SetUp()
 {
     base.SetUp();
     testLink     = new HtmlAnchorTester("testLink", CurrentWebForm);
     popupLink    = new HtmlAnchorTester("popupLink");
     serverLink   = new HtmlAnchorTester("serverLink");
     disabledLink = new HtmlAnchorTester("disabledLink");
     Browser.GetPage(BaseUrl + "HtmlTester/HtmlAnchorTestPage.aspx");
 }
コード例 #3
0
 protected override void SetUp()
 {
     base.SetUp();
     redirect              = new LinkButtonTester("redirect", CurrentWebForm);
     dropCookie            = new LinkButtonTester("dropCookie", CurrentWebForm);
     dropCookieAndRedirect = new LinkButtonTester("dropCookieAndRedirect", CurrentWebForm);
     dropCookieWithExpiry  = new LinkButtonTester("dropCookieWithExpiry", CurrentWebForm);
     postBack              = new LinkButtonTester("postBack", CurrentWebForm);
     followLink            = new HtmlAnchorTester("followLink", CurrentWebForm);
     cookie      = new LabelTester("cookie", CurrentWebForm);
     testParm    = new LabelTester("testParm", CurrentWebForm);
     urlReferrer = new LabelTester("urlReferrer", CurrentWebForm);
 }