java.lang.Object
com.github.invictum.reportportal.log.unit.Selenium

public class Selenium extends Object
  • 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 as Predicate