Exemplo n.º 1
0
 public void IdzDoAllegro()
 {
     SelMetody.GoToWebsite(_driver, SelParametry.AllegroURL);
     Thread.Sleep(2000);
 }
Exemplo n.º 2
0
 public void BeforeTests()
 {
     _driver = SelMetody.ConfigureDriver(_driver, "ie", SelParametry.IeDriverPath);
 }