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