Example #1
0
 public IWebDriver Window(string windowName)
 {
     try
     {
         syncRemoteTargetLocator.Window(windowName);
         return(webDriver);
     }
     catch (Zu.WebBrowser.BasicTypes.WebBrowserException webDriverException)
     {
         throw WebDriverConverters.ToSeleniumException(webDriverException);
     }
     catch { throw; }
 }
 public IWebDriver Window(string windowName)
 {
     syncRemoteTargetLocator.Window(windowName);
     return(webDriver);
 }