Created
September 23, 2018 14:57
-
-
Save elgatov/06354c5094e08f0455f460884751240c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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