Exemplo 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);
 }
Exemplo 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);
 }