public SaveScreenshotsToFileOnNextTests(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
Exemplo n.º 2
0
 public OpenContextMenuTests(WebDriverFixture fixture) : base(fixture, "OpenContextMenu.html")
 {
 }
Exemplo n.º 3
0
 public QuestionsTests(WebDriverFixture fixture) : base(fixture, "Questions.html")
 {
 }
Exemplo n.º 4
0
 public AoExibirDetalhesLeilao(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
Exemplo n.º 5
0
 public HtmlTests(WebDriverFixture fixture) : base(fixture, "Html.html")
 {
 }
Exemplo n.º 6
0
 public TargetsTests(WebDriverFixture fixture) : base(fixture, "Targets.html")
 {
 }
 public Class1(WebDriverFixture fixture, DataBaseFixture dbConnect, ITestOutputHelper output)
 {
     this.fixture   = fixture;
     this.dbConnect = dbConnect;
     this.output    = output;
 }
Exemplo n.º 8
0
 public WaitTests(WebDriverFixture fixture) : base(fixture, "Wait.html")
 {
 }
Exemplo n.º 9
0
 public Test_EditCustomer(WebDriverFixture webdriver, DataBaseFixture dbconnect, ITestOutputHelper output)
 {
     this.webdriver = webdriver;
     this.dbconnect = dbconnect;
     this.output    = output;
 }
 public SiteNavigationTests(WebHostServerFixture <Startup> server, WebDriverFixture driver)
 {
     this.driver = driver;
     this.server = server;
 }
Exemplo n.º 11
0
 public AoEfetuarLogin(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
Exemplo n.º 12
0
 public AoRegistrar(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
Exemplo n.º 13
0
 public HomeNaoLogada(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
Exemplo n.º 14
0
 public Actions(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
Exemplo n.º 15
0
 public AoEfetuarLogout(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
     driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);
 }
Exemplo n.º 16
0
 public EnterTests(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
Exemplo n.º 17
0
 public Test_NewAccount(WebDriverFixture webdriver, DataBaseFixture dbConnect, ITestOutputHelper output)
 {
     this.webdriver = webdriver;
     this.dbConnect = dbConnect;
     this.output    = output;
 }
Exemplo n.º 18
0
 public RenderedScreenshotInfoObserverTests(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
Exemplo n.º 19
0
 public AoOfertarLance(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
Exemplo n.º 20
0
 public UsingIFrameTests(WebDriverFixture fixture) : base(fixture, "PageWithIFrame.html")
 {
 }
Exemplo n.º 21
0
 public ScreenshotInfoToActionAttachmentObserverAdapterTests(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
 public ClickWhenTargetIsNotClickableYet(WebDriverFixture fixture) : base(fixture, "ClickWhenTargetIsNotClickableYet.html")
 {
 }
Exemplo n.º 23
0
 public PageTests(WebDriverFixture fixture) : base(fixture, "Page.html")
 {
 }
Exemplo n.º 24
0
 public UIModels(WebDriverFixture fixture) : base(fixture, "UIModels.html")
 {
 }
 public Test_DeleteCustomer(WebDriverFixture fixture)
 {
     this.fixture = fixture;
 }