Package de.otto.jlineup.lambda
Class LambdaBrowser
- java.lang.Object
-
- de.otto.jlineup.lambda.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 voidtakeScreenshots(java.util.List<de.otto.jlineup.browser.ScreenshotContext> screenshotContexts)
-
-
-
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:
takeScreenshotsin interfacede.otto.jlineup.browser.CloudBrowser- Throws:
java.util.concurrent.ExecutionExceptionjava.lang.InterruptedException
-
-