Package de.otto.jlineup.browser
Class Browser
java.lang.Object
de.otto.jlineup.browser.Browser
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final Stringstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionBrowser(RunStepConfig runStepConfig, JobConfig jobConfig, FileService fileService, BrowserUtils browserUtils) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidrunForScreenshotContext(ScreenshotContext screenshotContext) void
-
Field Details
-
THREAD_POOL_SUBMIT_SHUFFLE_TIME_IN_MS
public static final int THREAD_POOL_SUBMIT_SHUFFLE_TIME_IN_MS- See Also:
-
DEFAULT_SLEEP_AFTER_SCROLL_MILLIS
public static final int DEFAULT_SLEEP_AFTER_SCROLL_MILLIS- See Also:
-
DEFAULT_IMPLICIT_WAIT_TIME_IN_SECONDS
public static final int DEFAULT_IMPLICIT_WAIT_TIME_IN_SECONDS- See Also:
-
JLINEUP_SLEEP_JS_OPENER
- See Also:
-
-
Constructor Details
-
Browser
public Browser(RunStepConfig runStepConfig, JobConfig jobConfig, FileService fileService, BrowserUtils browserUtils)
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
runSetupAndTakeScreenshots
- Throws:
Exception
-
runForScreenshotContext
- Throws:
Exception
-