Exemplo n.º 1
0
 public static void destroyWebDriver()
 {
     try
     {
         _webDriver.Close();
         _webDriver = null;
     }
     catch
     {
     }
 }
Exemplo n.º 2
0
 public static void SetUpWebDriver()
 {
     _webDriver = new WebDriverWrapper();
 }