Пример #1
0
 public string GetCssValue(string propertyName)
 {
     try
     {
         return(syncWebElement.GetCssValue(propertyName));
     }
     catch (Zu.WebBrowser.BasicTypes.WebBrowserException webDriverException)
     {
         throw WebDriverConverters.ToSeleniumException(webDriverException);
     }
     catch { throw; }
 }
 public string GetCssValue(string propertyName)
 {
     return(syncWebElement.GetCssValue(propertyName));
 }