Class PageSourceRecorder

java.lang.Object
net.serenitybdd.core.photography.PageSourceRecorder
Direct Known Subclasses:
DisabledPageSourceRecorder

public class PageSourceRecorder
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PageSourceRecorder​(org.openqa.selenium.WebDriver driver)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<java.io.File> intoDirectory​(java.nio.file.Path path)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PageSourceRecorder

      public PageSourceRecorder​(org.openqa.selenium.WebDriver driver)
  • Method Details

    • intoDirectory

      public java.util.Optional<java.io.File> intoDirectory​(java.nio.file.Path path)