Class Selenium
java.lang.Object
com.github.invictum.reportportal.log.unit.Selenium
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Function<net.thucydides.core.model.TestStep,Collection<com.epam.ta.reportportal.ws.model.log.SaveLogRQ>> allLogs()Extracts all available logsstatic Function<net.thucydides.core.model.TestStep,Collection<com.epam.ta.reportportal.ws.model.log.SaveLogRQ>> filteredLogs(Predicate<EnhancedLogEntry> filter) Replicate all Selenium logs that matches passed filter represented asPredicate
-
Constructor Details
-
Selenium
public Selenium()
-
-
Method Details
-
allLogs
public static Function<net.thucydides.core.model.TestStep,Collection<com.epam.ta.reportportal.ws.model.log.SaveLogRQ>> allLogs()Extracts all available logs -
filteredLogs
public static Function<net.thucydides.core.model.TestStep,Collection<com.epam.ta.reportportal.ws.model.log.SaveLogRQ>> filteredLogs(Predicate<EnhancedLogEntry> filter) Replicate all Selenium logs that matches passed filter represented asPredicate
-