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