| Package | Description |
|---|---|
| de.retest.ui.descriptors | |
| de.retest.ui.image |
| Modifier and Type | Field and Description |
|---|---|
protected Screenshot |
Element.screenshot |
protected Screenshot |
Attributes.screenshot |
| Modifier and Type | Method and Description |
|---|---|
Screenshot |
Element.getScreenshot() |
| Modifier and Type | Method and Description |
|---|---|
static List<Screenshot> |
RootElement.getScreenshots(List<RootElement> windows) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableAttributes.put(Screenshot screenshot) |
void |
Element.setScreenshot(Screenshot screenshot) |
| Constructor and Description |
|---|
Element(IdentifyingAttributes identifyingAttributes,
Attributes attributes,
List<Element> containedComponents,
Screenshot screenshot) |
Element(IdentifyingAttributes identifyingAttributes,
Attributes attributes,
Screenshot screenshot) |
RootElement(IdentifyingAttributes identifyingAttributes,
Attributes attributes,
Screenshot screenshot,
List<Element> containedComponents,
String screen,
int screenId,
String title) |
| Modifier and Type | Method and Description |
|---|---|
static Screenshot |
ImageUtils.cutImage(Screenshot screenshot,
Rectangle bounds) |
static Screenshot |
ImageUtils.image2Screenshot(String prefix,
BufferedImage image) |
static Screenshot |
ImageUtils.mark(Screenshot image,
Rectangle mark) |
| Modifier and Type | Method and Description |
|---|---|
static Screenshot |
ImageUtils.cutImage(Screenshot screenshot,
Rectangle bounds) |
static void |
ImageUtils.exportScreenshot(Screenshot image,
File result) |
static Screenshot |
ImageUtils.mark(Screenshot image,
Rectangle mark) |
static BufferedImage |
ImageUtils.screenshot2Image(Screenshot input) |
Copyright © 2018 ReTest GmbH. All rights reserved.