private static void DriverElementClicked(object sender, WebElementEventArgs e) { ExtentReport.GenerateScreenshot(); ExtentReport.test.Log(LogStatus.Pass, "Após a ação: " + GetDescription(e) + ExtentReport.image); }
private static void DriverElementValueChanging(object sender, WebElementEventArgs e) { ExtentReport.GenerateScreenshot(); ExtentReport.test.Log(LogStatus.Pass, "Após a inserção do valor: " + GetDescription(e) + ExtentReport.image); }