public class SelenoidEvidenceVideoCollector
extends java.lang.Object
implements java.util.function.Consumer<org.openqa.selenium.WebDriver>, eu.tsystems.mms.tic.testframework.logging.Loggable
| Constructor and Description |
|---|
SelenoidEvidenceVideoCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.openqa.selenium.WebDriver webDriver)
This method will be called for each WebDriver that is still active after a Test method
Will store the associated
VideoRequest for downloading videos later. |
protected void |
collectVideoForSessionContext(eu.tsystems.mms.tic.testframework.report.model.context.SessionContext sessionContext) |
public void accept(org.openqa.selenium.WebDriver webDriver)
VideoRequest for downloading videos later.accept in interface java.util.function.Consumer<org.openqa.selenium.WebDriver>webDriver - @WebDriverprotected void collectVideoForSessionContext(eu.tsystems.mms.tic.testframework.report.model.context.SessionContext sessionContext)