public static ISeleniumWebElementHelper ConverterElemento(IWebElement elemento)
 {
     return(SeleniumWebElementHelper.Converter(elemento));
 }
 private ISeleniumWebElementHelper ObterElemento(By condicao)
 {
     return(SeleniumWebElementHelper.Converter(_elemento.FindElement(condicao)));
 }