Ejemplo n.º 1
0
 public void Setup()
 {
     Driver.Init();
     AllPages.Init();
     Driver.GoTo("https://localhost:5001/");
 }
Ejemplo n.º 2
0
 public static void Init()
 {
     AllPages.Init();
 }