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