public class AppOutput extends Object
| Constructor and Description |
|---|
AppOutput(String title,
EyesScreenshot screenshot,
String domUrl,
String screenshotUrl,
Location location) |
AppOutput(String title,
EyesScreenshot screenshot,
String domUrl,
String screenshotUrl,
Location location,
RectangleSize viewport) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomUrl() |
Location |
getLocation() |
EyesScreenshot |
getScreenshot() |
byte[] |
getScreenshotBytes() |
String |
getScreenshotUrl() |
String |
getTitle() |
RectangleSize |
getViewport() |
void |
setScreenshotUrl(String screenshotUrl) |
public AppOutput(String title, EyesScreenshot screenshot, String domUrl, String screenshotUrl, Location location)
title - The title of the window.screenshot - The screenshot.domUrl - A URL to a DOM snapshot.screenshotUrl - A URL to a screenshot.public AppOutput(String title, EyesScreenshot screenshot, String domUrl, String screenshotUrl, Location location, RectangleSize viewport)
public String getTitle()
public byte[] getScreenshotBytes()
public String getDomUrl()
public String getScreenshotUrl()
public void setScreenshotUrl(String screenshotUrl)
public RectangleSize getViewport()
public Location getLocation()
public EyesScreenshot getScreenshot()
Copyright © 2022. All rights reserved.