You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//¿Qué instrucción usarías para esperar a que aparezca una alerta con el texto “Cuidado”?
// R = _wait.Until(ExpectedConditions.AlertIsPresent()).Text.Contains("Cuidado");
// ¿Qué tipo de locator usarías para ubicar a un elemento definido por <h2 class="text-header" name="eight-basic-components">Eight Basic Components</h2>?
// R = By.CssSelector.
// ¿Qué fixture de NUnit usarías para repetir una misma prueba con diferentes datos de entrada?