| Interface | Description |
|---|---|
| CutProvider |
Encapsulates cutting logic.
|
| GetAccessibilityRegion | |
| IBatchCloser | |
| IEyesBase | |
| IEyesJsExecutor | |
| ScaleProvider |
Encapsulates scaling logic.
|
| Class | Description |
|---|---|
| AccessibilityRegionByRectangle | |
| AccessibilitySettings | |
| AppEnvironment |
The environment in which the application under test is executing.
|
| AppOutput |
An application output (title, image, etc).
|
| BatchInfo | |
| ExactMatchSettings |
Encapsulates settings for the "Exact" match level.
|
| EyesBase |
Applitools Eyes Base for Java API .
|
| EyesError |
Eyes Error
|
| EyesRunner | |
| EyesScreenshot |
Base class for handling screenshots.
|
| FixedCutProvider |
Cut provider based on fixed cut values, run AFTER scaling (so coordinates should be normalized).
|
| FloatingMatchSettings | |
| ImageMatchSettings |
Encapsulates match settings for the session.
|
| LazyLoadOptions |
lazy load options.
|
| MatchResult | |
| MatchWindowData |
Encapsulates the model to be sent to the agent on a "matchWindow" command.
|
| MatchWindowData.Options |
Encapsulates the "Options" section of the MatchExpectedOutput body model.
|
| MatchWindowDataWithScreenshot |
A container for a MatchWindowData along with the screenshot used for
creating it.
|
| MatchWindowTask | |
| MobileDeviceInfo | |
| NetworkLogHandler | |
| NullCutProvider |
A cut provider which does nothing.
|
| PropertyData | |
| ProxySettings | |
| RunningSession |
Encapsulates model for the session currently running in the agent.
|
| RunningTest | |
| ScaleProviderFactory |
Abstraction for instantiating scale providers.
|
| ScaleProviderIdentityFactory |
Factory implementation which simply returns the scale provider it is given as an argument.
|
| SessionAccessibilityStatus | |
| SessionStartInfo |
Encapsulates model required to start session using the Session API.
|
| SessionStopInfo | |
| SessionUrls |
Container for URLs received by test results.
|
| StepInfo |
Encapsulates step information model received by the tests results.
|
| TargetApplication |
A base class for encapsulating model about applications to be tested.
|
| TargetWebDriverApplication | |
| TestResultContainer | |
| TestResults |
Eyes test results.
|
| TestResultsSummary | |
| Trigger |
A base class for triggers.
|
| UnscaledFixedCutProvider |
Cut provider based on fixed cut values, run BEFORE scaling.
|
| ViewportMetaTag | |
| WebDriverProxySettings |
| Enum | Description |
|---|---|
| AccessibilityGuidelinesVersion | |
| AccessibilityLevel | |
| AccessibilityRegionType | |
| AccessibilityStatus | |
| FailureReports |
Determines how detected failures are reported.
|
| MatchLevel |
The extent in which two images match (or are expected to match).
|
| SessionType |
The type of the session.
|
| TestResultsStatus | |
| Trigger.TriggerType |
| Exception | Description |
|---|---|
| OutOfBoundsException |
Applitools Eyes exception indicating the a geometrical element is out of
bounds (point outside a region, region outside another region etc.)
|
Copyright © 2023. All rights reserved.