| Package | Description |
|---|---|
| com.assertthat.selenium_shutterbug.core |
| Modifier and Type | Method and Description |
|---|---|
static CaptureElement |
CaptureElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptureElement[] |
CaptureElement.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.By element,
CaptureElement capture)
To be used when need to screenshot particular element.
|
static ElementSnapshot |
Shutterbug.shootElement(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.By by,
CaptureElement capture,
boolean useDevicePixelRatio)
To be used when need to screenshot particular element.
|
static ElementSnapshot |
Shutterbug.shootElement(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element,
CaptureElement capture)
To be used when need to screenshot particular element.
|
static ElementSnapshot |
Shutterbug.shootElement(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element,
CaptureElement capture,
boolean useDevicePixelRatio)
To be used when need to screenshot particular element.
|
static PageSnapshot |
Shutterbug.shootFrame(org.openqa.selenium.WebDriver driver,
String frameId,
CaptureElement 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,
CaptureElement 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,
CaptureElement 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,
CaptureElement 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,
CaptureElement 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.
|
Copyright © 2021. All rights reserved.