| Package | Description |
|---|---|
| com.assertthat.selenium_shutterbug.core |
| Modifier and Type | Method and Description |
|---|---|
static Capture |
Capture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capture[] |
Capture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PageSnapshot |
Shutterbug.shootPage(org.openqa.selenium.WebDriver driver,
Capture capture)
To be used when screenshotting the page
and need to scroll while making screenshots, either vertically or
horizontally or both directions.
|
static PageSnapshot |
Shutterbug.shootPage(org.openqa.selenium.WebDriver driver,
Capture capture,
boolean useDevicePixelRatio)
To be used when screenshotting the page
and need to scroll while making screenshots, either vertically or
horizontally or both directions.
|
static PageSnapshot |
Shutterbug.shootPage(org.openqa.selenium.WebDriver driver,
Capture capture,
int betweenScrollTimeout)
To be used when screenshotting the page
and need to scroll while making screenshots, either vertically or
horizontally or both directions.
|
static PageSnapshot |
Shutterbug.shootPage(org.openqa.selenium.WebDriver driver,
Capture capture,
int betweenScrollTimeout,
boolean useDevicePixelRatio)
To be used when screenshotting the page
and need to scroll while making screenshots, either vertically or
horizontally or both directions (Chrome).
|
Copyright © 2020. All rights reserved.