Esempio n. 1
0
 private static void DriverElementClicked(object sender, WebElementEventArgs e)
 {
     ExtentReport.GenerateScreenshot();
     ExtentReport.test.Log(LogStatus.Pass, "Após a ação: " + GetDescription(e) + ExtentReport.image);
 }
Esempio n. 2
0
 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);
 }