예제 #1
0
 public static void Setup(TestContext context)
 {
     _driver = new ChromeDriver(_driverDirectory);
     _proxy  = new UDPProxy.Proxy();
 }