Class RecordedVideos

java.lang.Object
org.selenide.videorecorder.core.RecordedVideos

public class RecordedVideos extends Object
Holds the recorded videos per thread.

Can be used for retrieving the last recorded video after test execution.

  • Constructor Details

    • RecordedVideos

      public RecordedVideos()
  • Method Details

    • add

      public static void add(long threadId, Path videoFile)
    • remove

      public static void remove(long threadId)
    • getRecordedVideo

      public static Optional<Path> getRecordedVideo(long threadId)