Documentation
¶
Overview ¶
Package screenshotter provides a client-side API for accessing the google/screenshot Web Test Launcher endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Screenshotter ¶
type Screenshotter interface {
// Of returns a copy of Screenshotter configured to crop the screenshot using the given WebElement.
Of(selenium.WebElement) Screenshotter
// Excluding returns a copy of Screenshotter configured to exclude the given WebElement by covering it with a black box.
Excluding(selenium.WebElement) Screenshotter
// TakeScreenshot returns the screenshot.
TakeScreenshot() (Screenshot, error)
}
Screenshotter allows configurable screenshotting.
Click to show internal directories.
Click to hide internal directories.