Class LambdaBrowser

  • All Implemented Interfaces:
    de.otto.jlineup.browser.CloudBrowser

    public class LambdaBrowser
    extends java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void takeScreenshots​(java.util.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 Detail

      • LambdaBrowser

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

      • takeScreenshots

        public void takeScreenshots​(java.util.List<de.otto.jlineup.browser.ScreenshotContext> screenshotContexts)
                             throws java.util.concurrent.ExecutionException,
                                    java.lang.InterruptedException
        Specified by:
        takeScreenshots in interface de.otto.jlineup.browser.CloudBrowser
        Throws:
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException