public SaveScreenshotsToFileOnNextTests(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
示例#2
0
 public OpenContextMenuTests(WebDriverFixture fixture) : base(fixture, "OpenContextMenu.html")
 {
 }
示例#3
0
 public QuestionsTests(WebDriverFixture fixture) : base(fixture, "Questions.html")
 {
 }
示例#4
0
 public AoExibirDetalhesLeilao(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
示例#5
0
 public HtmlTests(WebDriverFixture fixture) : base(fixture, "Html.html")
 {
 }
示例#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;
 }
示例#8
0
 public WaitTests(WebDriverFixture fixture) : base(fixture, "Wait.html")
 {
 }
示例#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;
 }
示例#11
0
 public AoEfetuarLogin(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
示例#12
0
 public AoRegistrar(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
示例#13
0
 public HomeNaoLogada(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
示例#14
0
 public Actions(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
示例#15
0
 public AoEfetuarLogout(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
     driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);
 }
示例#16
0
 public EnterTests(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
示例#17
0
 public Test_NewAccount(WebDriverFixture webdriver, DataBaseFixture dbConnect, ITestOutputHelper output)
 {
     this.webdriver = webdriver;
     this.dbConnect = dbConnect;
     this.output    = output;
 }
示例#18
0
 public RenderedScreenshotInfoObserverTests(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
示例#19
0
 public AoOfertarLance(WebDriverFixture fixture)
 {
     driver = fixture.Driver;
 }
示例#20
0
 public UsingIFrameTests(WebDriverFixture fixture) : base(fixture, "PageWithIFrame.html")
 {
 }
示例#21
0
 public ScreenshotInfoToActionAttachmentObserverAdapterTests(WebDriverFixture fixture) : base(fixture, "Actions.html")
 {
 }
 public ClickWhenTargetIsNotClickableYet(WebDriverFixture fixture) : base(fixture, "ClickWhenTargetIsNotClickableYet.html")
 {
 }
示例#23
0
 public PageTests(WebDriverFixture fixture) : base(fixture, "Page.html")
 {
 }
示例#24
0
 public UIModels(WebDriverFixture fixture) : base(fixture, "UIModels.html")
 {
 }
 public Test_DeleteCustomer(WebDriverFixture fixture)
 {
     this.fixture = fixture;
 }