Example #1
0
 public IAlert Alert()
 {
     try
     {
         return(new Alert(syncRemoteTargetLocator.Alert()));
     }
     catch (Zu.WebBrowser.BasicTypes.WebBrowserException webDriverException)
     {
         throw WebDriverConverters.ToSeleniumException(webDriverException);
     }
     catch { throw; }
 }
 public IAlert Alert()
 {
     return(new Alert(syncRemoteTargetLocator.Alert()));
 }