public WebDriverExtensionsSizzleLoadedSelectorInternetExplorerTests(InternetExplorerFixture fixture)
     : base(fixture, SIZZLE_LOADED, x => SizzleSelector(x))
 {
 }
Exemplo n.º 2
0
 public WebDriverExtensionsJQueryUnloadedSelectorInternetExplorerTests(InternetExplorerFixture fixture)
     : base(fixture, UNLOADED, x => JQuerySelector(x))
 {
 }
Exemplo n.º 3
0
 public WebDriverExtensionsJQueryUnloadedSelectorInternetExplorerTests(InternetExplorerFixture fixture)
     : base(fixture.Browser, TestCaseModule.JQUERY_UNLOADED, x => By.JQuerySelector(x))
 {
 }
Exemplo n.º 4
0
 public WebDriverExtensionsSizzleLoadedSelectorInternetExplorerTests(InternetExplorerFixture fixture)
     : base(fixture.Browser, TestCaseModule.SIZZLE_LOADED, x => By.SizzleSelector(x))
 {
 }