Skip navigation links
A B C D E F G I L M N O P R S T U V W 

A

abortIfNotClosed() - Method in class com.applitools.eyes.EyesBase
If a test is running, aborts it.
addMouseTriggerBase(MouseAction, Region, Location) - Method in class com.applitools.eyes.EyesBase
Adds a mouse trigger.
addProperty(String, String) - Method in class com.applitools.eyes.EyesBase
Adds a property to be sent to the server.
addTextTriggerBase(Region, String) - Method in class com.applitools.eyes.EyesBase
Adds a text trigger.
addUserInput(Trigger) - Method in class com.applitools.eyes.EyesBase
Adds a trigger to the current list of user inputs.
AppOutputProvider - Interface in com.applitools.eyes.capture
Encapsulates a callback which returns an application output.
AppOutputWithScreenshot - Class in com.applitools.eyes.capture
A container for a AppOutput along with the screenshot used for creating it.
AppOutputWithScreenshot(AppOutput, EyesScreenshot) - Constructor for class com.applitools.eyes.capture.AppOutputWithScreenshot
 

B

BrowserNames - Class in com.applitools.eyes
 
BrowserNames() - Constructor for class com.applitools.eyes.BrowserNames
 

C

CheckSettings - Class in com.applitools.eyes.fluent
The Match settings object to use in the various Eyes.Check methods.
CheckSettings() - Constructor for class com.applitools.eyes.fluent.CheckSettings
 
CheckSettings(Region) - Constructor for class com.applitools.eyes.fluent.CheckSettings
 
CheckSettings(int) - Constructor for class com.applitools.eyes.fluent.CheckSettings
For internal use only.
CheckTarget - Class in com.applitools.eyes.fluent
 
CheckTarget() - Constructor for class com.applitools.eyes.fluent.CheckTarget
 
checkWindowBase(RegionProvider, String, boolean) - Method in class com.applitools.eyes.EyesBase
checkWindowBase(RegionProvider, String, boolean, int) - Method in class com.applitools.eyes.EyesBase
Takes a snapshot of the application under test and matches it with the expected output.
checkWindowBase(RegionProvider, String, boolean, ICheckSettings) - Method in class com.applitools.eyes.EyesBase
Takes a snapshot of the application under test and matches it with the expected output.
Chrome - Static variable in class com.applitools.eyes.BrowserNames
 
ChromeOS - Static variable in class com.applitools.eyes.OSNames
 
Chromium - Static variable in class com.applitools.eyes.BrowserNames
 
clearProperties() - Method in class com.applitools.eyes.EyesBase
Clears the list of custom properties.
clearUserInputs() - Method in class com.applitools.eyes.EyesBase
Clears the user inputs list.
close() - Method in class com.applitools.eyes.EyesBase
close(boolean) - Method in class com.applitools.eyes.EyesBase
Ends the test.
closeResponseTime(boolean) - Method in class com.applitools.eyes.EyesBase
Ends the test.
com.applitools.eyes - package com.applitools.eyes
 
com.applitools.eyes.capture - package com.applitools.eyes.capture
 
com.applitools.eyes.debug - package com.applitools.eyes.debug
 
com.applitools.eyes.diagnostics - package com.applitools.eyes.diagnostics
 
com.applitools.eyes.exceptions - package com.applitools.eyes.exceptions
 
com.applitools.eyes.fluent - package com.applitools.eyes.fluent
 
com.applitools.eyes.positioning - package com.applitools.eyes.positioning
 
com.applitools.eyes.scaling - package com.applitools.eyes.scaling
 
com.applitools.eyes.triggers - package com.applitools.eyes.triggers
 
content() - Method in class com.applitools.eyes.fluent.CheckSettings
Shortcut to set the match level to MatchLevel.CONTENT.
content() - Method in interface com.applitools.eyes.fluent.ICheckSettings
Shortcut to set the match level to MatchLevel.CONTENT.
CoordinatesTypeConversionException - Exception in com.applitools.eyes.exceptions
Encapsulates an error converting between two coordinate types.
CoordinatesTypeConversionException(String) - Constructor for exception com.applitools.eyes.exceptions.CoordinatesTypeConversionException
 
CoordinatesTypeConversionException(String, Throwable) - Constructor for exception com.applitools.eyes.exceptions.CoordinatesTypeConversionException
 
CoordinatesTypeConversionException(CoordinatesType, CoordinatesType) - Constructor for exception com.applitools.eyes.exceptions.CoordinatesTypeConversionException
Represents an error trying to convert between two coordinate types.
cut(BufferedImage) - Method in interface com.applitools.eyes.CutProvider
 
cut(BufferedImage) - Method in class com.applitools.eyes.FixedCutProvider
 
cut(BufferedImage) - Method in class com.applitools.eyes.UnscaledFixedCutProvider
 
CutProvider - Interface in com.applitools.eyes
Encapsulates cutting logic.
cutProviderHandler - Variable in class com.applitools.eyes.EyesBase
 

D

DebugScreenshotsProvider - Class in com.applitools.eyes.debug
Interface for saving debug screenshots.
DebugScreenshotsProvider() - Constructor for class com.applitools.eyes.debug.DebugScreenshotsProvider
 
debugScreenshotsProvider - Variable in class com.applitools.eyes.EyesBase
 
DiffsFoundException - Error in com.applitools.eyes.exceptions
Indicates that an existing test ended, and that differences where found from the baseline.
DiffsFoundException(TestResults, SessionStartInfo) - Constructor for error com.applitools.eyes.exceptions.DiffsFoundException
 

E

Edge - Static variable in class com.applitools.eyes.BrowserNames
 
exact() - Method in class com.applitools.eyes.fluent.CheckSettings
Shortcut to set the match level to MatchLevel.EXACT.
exact() - Method in interface com.applitools.eyes.fluent.ICheckSettings
Shortcut to set the match level to MatchLevel.EXACT.
EyesBase - Class in com.applitools.eyes
Applitools Eyes Base for Java API .
EyesBase(URI) - Constructor for class com.applitools.eyes.EyesBase
Creates a new EyesBaseinstance that interacts with the Eyes Server at the specified url.
EyesScreenshotFactory - Interface in com.applitools.eyes.capture
Encapsulates the instantiation of an EyesScreenshot object.

F

FailureReports - Enum in com.applitools.eyes
Determines how detected failures are reported.
FileDebugScreenshotsProvider - Class in com.applitools.eyes.debug
A debug screenshot provider for saving screenshots to file.
FileDebugScreenshotsProvider() - Constructor for class com.applitools.eyes.debug.FileDebugScreenshotsProvider
 
Firefox - Static variable in class com.applitools.eyes.BrowserNames
 
FixedCutProvider - Class in com.applitools.eyes
Cut provider based on fixed cut values, run AFTER scaling (so coordinates should be normalized).
FixedCutProvider(int, int, int, int) - Constructor for class com.applitools.eyes.FixedCutProvider
 
FixedScaleProvider - Class in com.applitools.eyes.scaling
Scale provider based on a fixed scale ratio.
FixedScaleProvider(double) - Constructor for class com.applitools.eyes.scaling.FixedScaleProvider
 
FixedScaleProviderFactory - Class in com.applitools.eyes.scaling
Factory implementation for creating FixedScaleProvider instances.
FixedScaleProviderFactory(double, PropertyHandler<ScaleProvider>) - Constructor for class com.applitools.eyes.scaling.FixedScaleProviderFactory
 
floating(GetFloatingRegion) - Method in class com.applitools.eyes.fluent.CheckSettings
 
floating(int, Region...) - Method in class com.applitools.eyes.fluent.CheckSettings
Adds a floating region.
floating(Region, int, int, int, int) - Method in class com.applitools.eyes.fluent.CheckSettings
Adds a floating region.
floating(int, Region...) - Method in interface com.applitools.eyes.fluent.ICheckSettings
Adds a floating region.
floating(Region, int, int, int, int) - Method in interface com.applitools.eyes.fluent.ICheckSettings
Adds a floating region.
floating_(Region, int, int, int, int) - Method in class com.applitools.eyes.fluent.CheckSettings
 
FloatingRegionByRectangle - Class in com.applitools.eyes.fluent
 
FloatingRegionByRectangle(Region, int, int, int, int) - Constructor for class com.applitools.eyes.fluent.FloatingRegionByRectangle
 
fully() - Method in class com.applitools.eyes.fluent.CheckSettings
Defines that the screenshot will contain the entire element or region, even if it's outside the view.
fully() - Method in interface com.applitools.eyes.fluent.ICheckSettings
Defines that the screenshot will contain the entire element or region, even if it's outside the view.

G

getAgentId() - Method in class com.applitools.eyes.EyesBase
 
getApiKey() - Method in class com.applitools.eyes.EyesBase
 
getAppEnvironment() - Method in class com.applitools.eyes.EyesBase
Application environment is the environment (e.g., the host OS) which runs the application under test.
getAppName() - Method in class com.applitools.eyes.EyesBase
 
getAppOutput(Region, EyesScreenshot) - Method in interface com.applitools.eyes.capture.AppOutputProvider
 
getAppOutput() - Method in class com.applitools.eyes.capture.AppOutputWithScreenshot
 
getBaseAgentId() - Method in class com.applitools.eyes.EyesBase
 
getBaselineEnvName() - Method in class com.applitools.eyes.EyesBase
If not null, determines the name of the environment of the baseline.
getBaselineName() - Method in class com.applitools.eyes.EyesBase
Deprecated.
Only available for backward compatibility. See EyesBase.getBaselineEnvName().
getBatch() - Method in class com.applitools.eyes.EyesBase
 
getBranchName() - Method in class com.applitools.eyes.EyesBase
 
getBrowser() - Method in class com.applitools.eyes.UserAgent
 
getBrowserMajorVersion() - Method in class com.applitools.eyes.UserAgent
 
getBrowserMinorVersion() - Method in class com.applitools.eyes.UserAgent
 
getControl() - Method in class com.applitools.eyes.triggers.MouseTrigger
 
getControl() - Method in class com.applitools.eyes.triggers.TextTrigger
 
getCurrentPosition() - Method in class com.applitools.eyes.positioning.InvalidPositionProvider
 
getCurrentPosition() - Method in interface com.applitools.eyes.positioning.PositionProvider
 
getDebugScreenshotsPath() - Method in class com.applitools.eyes.EyesBase
 
getDebugScreenshotsPrefix() - Method in class com.applitools.eyes.EyesBase
 
getDebugScreenshotsProvider() - Method in class com.applitools.eyes.EyesBase
 
getDefaultMatchSettings() - Method in class com.applitools.eyes.EyesBase
 
getDefaultServerUrl() - Static method in class com.applitools.eyes.EyesBase
 
getElapsed() - Method in class com.applitools.eyes.diagnostics.TimedAppOutput
 
getEntireSize() - Method in class com.applitools.eyes.positioning.InvalidPositionProvider
 
getEntireSize() - Method in interface com.applitools.eyes.positioning.PositionProvider
 
getEnvName() - Method in class com.applitools.eyes.EyesBase
If not null specifies a name for the environment in which the application under test is running.
getFailureReports() - Method in class com.applitools.eyes.EyesBase
 
GetFloatingRegion - Interface in com.applitools.eyes.fluent
 
getFloatingRegions() - Method in class com.applitools.eyes.fluent.CheckSettings
 
getFloatingRegions() - Method in interface com.applitools.eyes.fluent.ICheckSettingsInternal
 
getFullAgentId() - Method in class com.applitools.eyes.EyesBase
 
getHostApp() - Method in class com.applitools.eyes.EyesBase
 
getHostOS() - Method in class com.applitools.eyes.EyesBase
 
getIgnoreCaret() - Method in class com.applitools.eyes.EyesBase
 
getIgnoreCaret() - Method in class com.applitools.eyes.fluent.CheckSettings
 
getIgnoreCaret() - Method in interface com.applitools.eyes.fluent.ICheckSettingsInternal
 
getIgnoreRegions() - Method in class com.applitools.eyes.fluent.CheckSettings
 
getIgnoreRegions() - Method in interface com.applitools.eyes.fluent.ICheckSettingsInternal
 
getImage() - Method in interface com.applitools.eyes.capture.ImageProvider
 
getInferredEnvironment() - Method in class com.applitools.eyes.EyesBase
 
getIsDisabled() - Method in class com.applitools.eyes.EyesBase
 
getIsOpen() - Method in class com.applitools.eyes.EyesBase
 
getIsPrimary() - Method in class com.applitools.eyes.diagnostics.TimedAppOutput
 
getLastNonMatch() - Method in class com.applitools.eyes.diagnostics.ResponseTimeInitialMatchSearchResult
 
getLastNonMatch() - Method in class com.applitools.eyes.diagnostics.ResponseTimeMatchFinderTask
 
getLastScreenshot() - Method in class com.applitools.eyes.diagnostics.ResponseTimeMatchFinderTask
 
getLastScreenshotBounds() - Method in class com.applitools.eyes.MatchWindowTask
 
getLocation() - Method in class com.applitools.eyes.triggers.MouseTrigger
 
getLogHandler() - Method in class com.applitools.eyes.EyesBase
 
getMatchLevel() - Method in class com.applitools.eyes.EyesBase
Deprecated.
getMatchLevel() - Method in class com.applitools.eyes.fluent.CheckSettings
 
getMatchLevel() - Method in interface com.applitools.eyes.fluent.ICheckSettingsInternal
 
getMatchTimeout() - Method in class com.applitools.eyes.EyesBase
 
getMatchWindowData() - Method in class com.applitools.eyes.MatchWindowDataWithScreenshot
 
getMouseAction() - Method in class com.applitools.eyes.triggers.MouseTrigger
 
getOS() - Method in class com.applitools.eyes.UserAgent
 
getOSMajorVersion() - Method in class com.applitools.eyes.UserAgent
 
getOSMinorVersion() - Method in class com.applitools.eyes.UserAgent
 
getParentBranchName() - Method in class com.applitools.eyes.EyesBase
 
getPath() - Method in class com.applitools.eyes.debug.DebugScreenshotsProvider
 
getPositionProvider() - Method in class com.applitools.eyes.EyesBase
 
getPrefix() - Method in class com.applitools.eyes.debug.DebugScreenshotsProvider
 
getProxy() - Method in class com.applitools.eyes.EyesBase
 
getRegion(EyesBase) - Method in class com.applitools.eyes.fluent.FloatingRegionByRectangle
 
getRegion(EyesBase) - Method in interface com.applitools.eyes.fluent.GetFloatingRegion
 
GetRegion - Interface in com.applitools.eyes.fluent
 
getRegion(EyesBase) - Method in interface com.applitools.eyes.fluent.GetRegion
 
getRegion(EyesBase) - Method in class com.applitools.eyes.fluent.IgnoreRegionByRectangle
 
getRegion() - Method in class com.applitools.eyes.positioning.NullRegionProvider
 
getRegion() - Method in interface com.applitools.eyes.positioning.RegionProvider
 
getSaveDebugScreenshots() - Method in class com.applitools.eyes.EyesBase
 
getSaveFailedTests() - Method in class com.applitools.eyes.EyesBase
 
getSaveNewTests() - Method in class com.applitools.eyes.EyesBase
 
getScaleProviderImpl(int) - Method in class com.applitools.eyes.scaling.FixedScaleProviderFactory
 
getScaleRatio() - Method in class com.applitools.eyes.EyesBase
 
getScaleRatio() - Method in class com.applitools.eyes.scaling.FixedScaleProvider
getScreenshot() - Method in class com.applitools.eyes.capture.AppOutputWithScreenshot
 
getScreenshot() - Method in class com.applitools.eyes.EyesBase
 
getScreenshot() - Method in class com.applitools.eyes.MatchWindowDataWithScreenshot
 
getServerUrl() - Method in class com.applitools.eyes.EyesBase
 
getSessionId() - Method in class com.applitools.eyes.TargetWebDriverApplication
Gets the ID of the web-driver session or null if unknown.
getState() - Method in class com.applitools.eyes.positioning.InvalidPositionProvider
 
getState() - Method in interface com.applitools.eyes.positioning.PositionProvider
Get the current state of the position provider.
getStitchContent() - Method in class com.applitools.eyes.fluent.CheckSettings
 
getStitchContent() - Method in interface com.applitools.eyes.fluent.ICheckSettingsInternal
 
getStitchOverlap() - Method in class com.applitools.eyes.EyesBase
Returns the stitching overlap in pixels.
getTargetRegion() - Method in class com.applitools.eyes.fluent.CheckSettings
 
getTargetRegion() - Method in interface com.applitools.eyes.fluent.ICheckSettingsInternal
 
getTestResults() - Method in error com.applitools.eyes.exceptions.TestFailedException
 
getText() - Method in class com.applitools.eyes.triggers.TextTrigger
 
getTheMatch() - Method in class com.applitools.eyes.diagnostics.ResponseTimeInitialMatchSearchResult
 
getTheMatch() - Method in class com.applitools.eyes.diagnostics.ResponseTimeMatchFinderTask
 
getTimeout() - Method in class com.applitools.eyes.fluent.CheckSettings
 
getTimeout() - Method in interface com.applitools.eyes.fluent.ICheckSettingsInternal
 
getTitle() - Method in class com.applitools.eyes.EyesBase
 
getTriggerType() - Method in class com.applitools.eyes.triggers.MouseTrigger
 
getTriggerType() - Method in class com.applitools.eyes.triggers.TextTrigger
 
getUrl() - Method in class com.applitools.eyes.TargetWebDriverApplication
Gets the URL of the remote web-driver controlling the browser that hosts the application under test or null if unknown.
getUserAgent() - Method in class com.applitools.eyes.TargetWebDriverApplication
Gets the user-agent string of the browser that hosts the application under test or null if unknown.
getUserInputs() - Method in class com.applitools.eyes.EyesBase
 
getViewportSize() - Method in class com.applitools.eyes.EyesBase
 

I

ICheckSettings - Interface in com.applitools.eyes.fluent
The interface of the match settings object.
ICheckSettingsInternal - Interface in com.applitools.eyes.fluent
 
IE - Static variable in class com.applitools.eyes.BrowserNames
 
ignore(Region) - Method in class com.applitools.eyes.fluent.CheckSettings
 
ignore(GetRegion) - Method in class com.applitools.eyes.fluent.CheckSettings
 
ignore(Region...) - Method in class com.applitools.eyes.fluent.CheckSettings
Adds one or more ignore regions.
ignore(Region...) - Method in interface com.applitools.eyes.fluent.ICheckSettings
Adds one or more ignore regions.
ignoreCaret(boolean) - Method in class com.applitools.eyes.fluent.CheckSettings
Defines if to detect and ignore a blinking caret in the screenshot.
ignoreCaret() - Method in class com.applitools.eyes.fluent.CheckSettings
Defines to ignore a blinking caret in the screenshot.
ignoreCaret(boolean) - Method in interface com.applitools.eyes.fluent.ICheckSettings
Defines if to detect and ignore a blinking caret in the screenshot.
ignoreCaret() - Method in interface com.applitools.eyes.fluent.ICheckSettings
Defines to ignore a blinking caret in the screenshot.
IgnoreRegionByRectangle - Class in com.applitools.eyes.fluent
 
IgnoreRegionByRectangle(Region) - Constructor for class com.applitools.eyes.fluent.IgnoreRegionByRectangle
 
ImageProvider - Interface in com.applitools.eyes.capture
Encapsulates image retrieval.
INSTANCE - Static variable in class com.applitools.eyes.positioning.NullRegionProvider
 
InvalidPositionProvider - Class in com.applitools.eyes.positioning
An implementation of PositionProvider which throws an exception for every method.
InvalidPositionProvider() - Constructor for class com.applitools.eyes.positioning.InvalidPositionProvider
 
IOS - Static variable in class com.applitools.eyes.OSNames
 

L

lastScreenshot - Variable in class com.applitools.eyes.EyesBase
 
layout() - Method in class com.applitools.eyes.fluent.CheckSettings
Shortcut to set the match level to MatchLevel.LAYOUT.
layout() - Method in interface com.applitools.eyes.fluent.ICheckSettings
Shortcut to set the match level to MatchLevel.LAYOUT.
logger - Variable in class com.applitools.eyes.EyesBase
 

M

Macintosh - Static variable in class com.applitools.eyes.OSNames
 
makeScreenshot(BufferedImage) - Method in interface com.applitools.eyes.capture.EyesScreenshotFactory
 
matchLevel(MatchLevel) - Method in class com.applitools.eyes.fluent.CheckSettings
Set the match level by which to compare the screenshot.
matchLevel(MatchLevel) - Method in interface com.applitools.eyes.fluent.ICheckSettings
Set the match level by which to compare the screenshot.
matchWindow(Trigger[], Region, String, boolean, boolean, ImageMatchSettings, int) - Method in class com.applitools.eyes.MatchWindowTask
Repeatedly obtains an application snapshot and matches it with the next expected output, until a match is found or the timeout expires.
MatchWindowDataWithScreenshot - Class in com.applitools.eyes
A container for a MatchWindowData along with the screenshot used for creating it.
MatchWindowDataWithScreenshot(MatchWindowData, EyesScreenshot) - Constructor for class com.applitools.eyes.MatchWindowDataWithScreenshot
 
MatchWindowTask - Class in com.applitools.eyes
 
MatchWindowTask(Logger, ServerConnector, RunningSession, int, AppOutputProvider) - Constructor for class com.applitools.eyes.MatchWindowTask
 
MouseAction - Enum in com.applitools.eyes.triggers
 
MouseTrigger - Class in com.applitools.eyes.triggers
Encapsulates a mouse trigger.
MouseTrigger(MouseAction, Region, Location) - Constructor for class com.applitools.eyes.triggers.MouseTrigger
 

N

NewTestException - Error in com.applitools.eyes.exceptions
Indicates that a new test (i.e., a test for which no baseline exists) ended.
NewTestException(TestResults, SessionStartInfo) - Constructor for error com.applitools.eyes.exceptions.NewTestException
 
NewTestException(TestResults, String) - Constructor for error com.applitools.eyes.exceptions.NewTestException
Creates a new NewTestException instance.
NullCutProvider - Class in com.applitools.eyes
A cut provider which does nothing.
NullCutProvider() - Constructor for class com.applitools.eyes.NullCutProvider
 
NullDebugScreenshotProvider - Class in com.applitools.eyes.debug
A mock debug screenshot provider.
NullDebugScreenshotProvider() - Constructor for class com.applitools.eyes.debug.NullDebugScreenshotProvider
 
NullRegionProvider - Class in com.applitools.eyes.positioning
 
NullRegionProvider() - Constructor for class com.applitools.eyes.positioning.NullRegionProvider
 
NullScaleProvider - Class in com.applitools.eyes.scaling
A scale provider which does nothing.
NullScaleProvider() - Constructor for class com.applitools.eyes.scaling.NullScaleProvider
 

O

openBase(String, String, RectangleSize, SessionType) - Method in class com.applitools.eyes.EyesBase
Starts a test.
OSNames - Class in com.applitools.eyes
 
OSNames() - Constructor for class com.applitools.eyes.OSNames
 

P

ParseUserAgentString(String, boolean) - Static method in class com.applitools.eyes.UserAgent
 
performMatch(Trigger[], AppOutputWithScreenshot, String, boolean, ImageMatchSettings) - Method in class com.applitools.eyes.MatchWindowTask
Creates the match data and calls the server connector matchWindow method.
PositionMemento - Class in com.applitools.eyes.positioning
A base class for position related memento instances.
PositionMemento() - Constructor for class com.applitools.eyes.positioning.PositionMemento
 
positionProvider - Variable in class com.applitools.eyes.EyesBase
 
PositionProvider - Interface in com.applitools.eyes.positioning
Encapsulates page/element positioning.

R

region(Region) - Static method in class com.applitools.eyes.fluent.CheckTarget
 
RegionProvider - Interface in com.applitools.eyes.positioning
Encapsulates a getRegion "callback" and how the region's coordinates should be used.
ResponseTimeAlgorithm - Class in com.applitools.eyes.diagnostics
A container for the algorithm for window timing tests.
ResponseTimeAlgorithm() - Constructor for class com.applitools.eyes.diagnostics.ResponseTimeAlgorithm
 
ResponseTimeInitialMatchSearchResult - Class in com.applitools.eyes.diagnostics
A container for the results of the initial match search of a response time test.
ResponseTimeInitialMatchSearchResult(MatchWindowDataWithScreenshot, MatchWindowDataWithScreenshot) - Constructor for class com.applitools.eyes.diagnostics.ResponseTimeInitialMatchSearchResult
 
ResponseTimeMatchFinderTask - Class in com.applitools.eyes.diagnostics
A class which performs a checkWindow call (so it can be run on a separate thread).
ResponseTimeMatchFinderTask(BlockingInstanceContainer<MatchWindowDataWithScreenshot>, long, ServerConnector, RunningSession) - Constructor for class com.applitools.eyes.diagnostics.ResponseTimeMatchFinderTask
 
restoreState(PositionMemento) - Method in class com.applitools.eyes.positioning.InvalidPositionProvider
 
restoreState(PositionMemento) - Method in interface com.applitools.eyes.positioning.PositionProvider
Restores the state of the position provider to the state provided as a parameter.
run() - Method in class com.applitools.eyes.diagnostics.ResponseTimeMatchFinderTask
 
runNewProgressionSession(Logger, ServerConnector, RunningSession, AppOutputProvider, RegionProvider, long, int) - Static method in class com.applitools.eyes.diagnostics.ResponseTimeAlgorithm
Runs a new progression session (i.e., no existing baseline).
runningSession - Variable in class com.applitools.eyes.EyesBase
 
runProgressionSessionForExistingBaseline(Logger, ServerConnector, RunningSession, AppOutputProvider, RegionProvider, long, int, int, long) - Static method in class com.applitools.eyes.diagnostics.ResponseTimeAlgorithm
Runs a progression session, for an existing baseline.

S

Safari - Static variable in class com.applitools.eyes.BrowserNames
 
save(BufferedImage, String) - Method in class com.applitools.eyes.debug.DebugScreenshotsProvider
 
save(BufferedImage, String) - Method in class com.applitools.eyes.debug.FileDebugScreenshotsProvider
 
save(BufferedImage, String) - Method in class com.applitools.eyes.debug.NullDebugScreenshotProvider
 
scale(double) - Method in interface com.applitools.eyes.CutProvider
Get a scaled version of the cut provider.
scale(double) - Method in class com.applitools.eyes.FixedCutProvider
 
scale(double) - Method in class com.applitools.eyes.UnscaledFixedCutProvider
 
scaleProviderHandler - Variable in class com.applitools.eyes.EyesBase
 
serverConnector - Variable in class com.applitools.eyes.EyesBase
 
sessionStartInfo - Variable in class com.applitools.eyes.EyesBase
 
setAgentId(String) - Method in class com.applitools.eyes.EyesBase
Sets the user given agent id of the SDK.
setApiKey(String) - Method in class com.applitools.eyes.EyesBase
Sets the API key of your applitools Eyes account.
setAppEnvironment(String, String) - Method in class com.applitools.eyes.EyesBase
Deprecated.
setAppName(String) - Method in class com.applitools.eyes.EyesBase
 
setBaselineEnvName(String) - Method in class com.applitools.eyes.EyesBase
If not null, determines the name of the environment of the baseline.
setBaselineName(String) - Method in class com.applitools.eyes.EyesBase
Deprecated.
Only available for backward compatibility. See EyesBase.setBaselineEnvName(String).
setBatch(BatchInfo) - Method in class com.applitools.eyes.EyesBase
Sets the batch in which context future tests will run or null if tests are to run standalone.
setBranchName(String) - Method in class com.applitools.eyes.EyesBase
Sets the branch in which the baseline for subsequent test runs resides.
setDebugScreenshotsPath(String) - Method in class com.applitools.eyes.EyesBase
 
setDebugScreenshotsPrefix(String) - Method in class com.applitools.eyes.EyesBase
 
setDefaultMatchSettings(ImageMatchSettings) - Method in class com.applitools.eyes.EyesBase
Updates the match settings to be used for the session.
setEnvName(String) - Method in class com.applitools.eyes.EyesBase
If not null specifies a name for the environment in which the application under test is running.
setExplicitViewportSize(RectangleSize) - Method in class com.applitools.eyes.EyesBase
Define the viewport size as size without doing any actual action on the
setFailureReports(FailureReports) - Method in class com.applitools.eyes.EyesBase
 
setHostApp(String) - Method in class com.applitools.eyes.EyesBase
 
setHostOS(String) - Method in class com.applitools.eyes.EyesBase
 
setIgnoreCaret(boolean) - Method in class com.applitools.eyes.EyesBase
Sets the ignore blinking caret value.
setImageCut(CutProvider) - Method in class com.applitools.eyes.EyesBase
Manually set the the sizes to cut from an image before it's validated.
setIsDisabled(boolean) - Method in class com.applitools.eyes.EyesBase
 
setLogHandler(LogHandler) - Method in class com.applitools.eyes.EyesBase
Sets a handler of log messages generated by this API.
setMatchLevel(MatchLevel) - Method in class com.applitools.eyes.EyesBase
This function is deprecated.
setMatchTimeout(int) - Method in class com.applitools.eyes.EyesBase
Sets the maximum time (in ms) a match operation tries to perform a match.
setParentBranchName(String) - Method in class com.applitools.eyes.EyesBase
Sets the branch under which new branches are created.
setPath(String) - Method in class com.applitools.eyes.debug.DebugScreenshotsProvider
 
setPosition(Location) - Method in class com.applitools.eyes.positioning.InvalidPositionProvider
 
setPosition(Location) - Method in interface com.applitools.eyes.positioning.PositionProvider
Go to the specified location.
setPositionProvider(PositionProvider) - Method in class com.applitools.eyes.EyesBase
 
setPrefix(String) - Method in class com.applitools.eyes.debug.DebugScreenshotsProvider
 
setProxy(ProxySettings) - Method in class com.applitools.eyes.EyesBase
Sets the proxy settings to be used by the rest client.
setSaveDebugScreenshots(boolean) - Method in class com.applitools.eyes.EyesBase
 
setSaveFailedTests(boolean) - Method in class com.applitools.eyes.EyesBase
Set whether or not failed tests are saved by default.
setSaveNewTests(boolean) - Method in class com.applitools.eyes.EyesBase
Set whether or not new tests are saved by default.
setScaleRatio(Double) - Method in class com.applitools.eyes.EyesBase
Manually set the scale ratio for the images being validated.
setServerUrl(URI) - Method in class com.applitools.eyes.EyesBase
Sets the current server URL used by the rest client.
setStitchOverlap(int) - Method in class com.applitools.eyes.EyesBase
Sets the stitching overlap in pixels.
setViewportSize(RectangleSize) - Method in class com.applitools.eyes.EyesBase
 
startSession() - Method in class com.applitools.eyes.EyesBase
Start eyes session on the eyes server.
stitchingOverlap - Variable in class com.applitools.eyes.EyesBase
 
strict() - Method in class com.applitools.eyes.fluent.CheckSettings
Shortcut to set the match level to MatchLevel.STRICT.
strict() - Method in interface com.applitools.eyes.fluent.ICheckSettings
Shortcut to set the match level to MatchLevel.STRICT.

T

TargetApplication - Class in com.applitools.eyes
A base class for encapsulating data about applications to be tested.
TargetApplication() - Constructor for class com.applitools.eyes.TargetApplication
 
TargetWebDriverApplication - Class in com.applitools.eyes
 
TargetWebDriverApplication(URL, String, String) - Constructor for class com.applitools.eyes.TargetWebDriverApplication
Creates a new TargetWebDriverApplication instance.
TestFailedException - Error in com.applitools.eyes.exceptions
Indicates that a test did not pass (i.e., test either failed or is a new test).
TestFailedException(TestResults, SessionStartInfo) - Constructor for error com.applitools.eyes.exceptions.TestFailedException
 
TestFailedException(TestResults, String) - Constructor for error com.applitools.eyes.exceptions.TestFailedException
Creates a new TestFailedException instance.
TestFailedException(String) - Constructor for error com.applitools.eyes.exceptions.TestFailedException
Creates a new TestFailedException instance.
TestFailedException(String, Throwable) - Constructor for error com.applitools.eyes.exceptions.TestFailedException
Creates an EyesException instance.
testResponseTimeBase(RegionProvider, Runnable, int, int, long) - Method in class com.applitools.eyes.EyesBase
Runs a timing test.
TextTrigger - Class in com.applitools.eyes.triggers
Encapsulates a text input by the user.
TextTrigger(Region, String) - Constructor for class com.applitools.eyes.triggers.TextTrigger
 
TimedAppOutput - Class in com.applitools.eyes.diagnostics
AppOutput with timing information.
TimedAppOutput(String, String, long, boolean) - Constructor for class com.applitools.eyes.diagnostics.TimedAppOutput
 
timeout(int) - Method in class com.applitools.eyes.fluent.CheckSettings
Defines the timeout to use when acquiring and comparing screenshots.
timeout(int) - Method in interface com.applitools.eyes.fluent.ICheckSettings
Defines the timeout to use when acquiring and comparing screenshots.
toString() - Method in class com.applitools.eyes.triggers.MouseTrigger
 
toString() - Method in class com.applitools.eyes.triggers.TextTrigger
 

U

Unknown - Static variable in class com.applitools.eyes.OSNames
 
UnscaledFixedCutProvider - Class in com.applitools.eyes
Cut provider based on fixed cut values, run BEFORE scaling.
UnscaledFixedCutProvider(int, int, int, int) - Constructor for class com.applitools.eyes.UnscaledFixedCutProvider
 
updateTargetRegion(Region) - Method in class com.applitools.eyes.fluent.CheckSettings
 
USE_DEFAULT_TIMEOUT - Static variable in class com.applitools.eyes.EyesBase
 
UserAgent - Class in com.applitools.eyes
Handles parsing of a user agent string
UserAgent() - Constructor for class com.applitools.eyes.UserAgent
 

V

valueOf(String) - Static method in enum com.applitools.eyes.FailureReports
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.applitools.eyes.triggers.MouseAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.applitools.eyes.FailureReports
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.applitools.eyes.triggers.MouseAction
Returns an array containing the constants of this enum type, in the order they are declared.
viewportSizeHandler - Variable in class com.applitools.eyes.EyesBase
 

W

window() - Static method in class com.applitools.eyes.fluent.CheckTarget
 
Windows - Static variable in class com.applitools.eyes.OSNames
 
A B C D E F G I L M N O P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.