| 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 ElementSnapshot |
Shutterbug.shootElement(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element,
Capture capture)
To be used when need to screenshot particular element.
|
static ElementSnapshot |
Shutterbug.shootElement(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element,
Capture capture,
boolean useDevicePixelRatio)
To be used when need to screenshot particular element.
|
static PageSnapshot |
Shutterbug.shootFrame(org.openqa.selenium.WebDriver driver,
String frameId,
Capture capture)
To be used when screenshotting the frame
and need to scroll while making screenshots, either vertically or
horizontally or both directions.
|
static PageSnapshot |
Shutterbug.shootFrame(org.openqa.selenium.WebDriver driver,
String frameId,
Capture capture,
boolean useDevicePixelRatio)
To be used when screenshotting the frame
and need to scroll while making screenshots, either vertically or
horizontally or both directions.
|
static PageSnapshot |
Shutterbug.shootFrame(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement frame,
Capture capture)
To be used when screenshotting the frame
and need to scroll while making screenshots, either vertically or
horizontally or both directions.
|
static PageSnapshot |
Shutterbug.shootFrame(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement frame,
Capture capture,
boolean useDevicePixelRatio)
To be used when screenshotting the frame
and need to scroll while making screenshots, either vertically or
horizontally or both directions.
|
static PageSnapshot |
Shutterbug.shootFrame(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement frame,
Capture capture,
int betweenScrollTimeout,
boolean useDevicePixelRatio)
To be used when screenshotting the frame
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)
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.