Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     Runner.Run("Tests");
 }
Ejemplo n.º 2
0
 public Tests(AutomatedBrowserType automatedBrowserType)
 {
     runner = RunnerFactory.Instance.CreateWeb("U--LKi5tve35kNidu4uRp5IzAWrhL7PNVp3jEn4Y55U1", automatedBrowserType);
 }