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