Skip to content

Instantly share code, notes, and snippets.

@elgatov
Created September 23, 2018 14:57
Show Gist options
  • Save elgatov/06354c5094e08f0455f460884751240c to your computer and use it in GitHub Desktop.
Save elgatov/06354c5094e08f0455f460884751240c to your computer and use it in GitHub Desktop.
public void Seleccionar_Persona(string nombrePersona)
{
//SeleniumHelper.WebDriverWait.Until(d => TablaDestinatarios.Enabled);
SeleniumHelper.Click(SeleniumHelper.GetWebDriver().FindElement(By.XPath("//input[contains(@data-nombre, '" + nombrePersona + "')]")));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment