Class LambdaBrowser

java.lang.Object
de.otto.jlineup.lambda.LambdaBrowser
All Implemented Interfaces:
de.otto.jlineup.browser.CloudBrowser

public class LambdaBrowser extends Object implements de.otto.jlineup.browser.CloudBrowser
  • Constructor Summary

    Constructors
    Constructor
    Description
    LambdaBrowser(de.otto.jlineup.RunStepConfig runStepConfig, de.otto.jlineup.config.JobConfig jobConfig, de.otto.jlineup.file.FileService fileService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    takeScreenshots(List<de.otto.jlineup.browser.ScreenshotContext> screenshotContexts)
     

    Methods inherited from class java.lang.Object

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

    • LambdaBrowser

      public LambdaBrowser(de.otto.jlineup.RunStepConfig runStepConfig, de.otto.jlineup.config.JobConfig jobConfig, de.otto.jlineup.file.FileService fileService)
  • Method Details