Class DisabledPageSourceRecorder

java.lang.Object
net.serenitybdd.core.photography.PageSourceRecorder
net.serenitybdd.core.photography.DisabledPageSourceRecorder

public class DisabledPageSourceRecorder
extends PageSourceRecorder
  • Constructor Summary

    Constructors
    Constructor Description
    DisabledPageSourceRecorder​(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

    • DisabledPageSourceRecorder

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

    • intoDirectory

      public java.util.Optional<java.io.File> intoDirectory​(java.nio.file.Path path)
      Overrides:
      intoDirectory in class PageSourceRecorder