protected override void SetUp() { base.SetUp(); htmlHref = new HtmlAnchorTester("htmlHref", CurrentWebForm); Browser.GetPage(BaseUrl + "HtmlTester/HtmlControlTestPage.aspx"); }
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"); }
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); }