Example #1
0
 public IWebElement ActiveElement()
 {
     try
     {
         return(new WebElementAdapter(syncRemoteTargetLocator.ActiveElement(), webDriver));
     }
     catch (Zu.WebBrowser.BasicTypes.WebBrowserException webDriverException)
     {
         throw WebDriverConverters.ToSeleniumException(webDriverException);
     }
     catch { throw; }
 }
 public IWebElement ActiveElement()
 {
     return(new WebElementAdapter(syncRemoteTargetLocator.ActiveElement()));
 }