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