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