Serialized Form
-
Package com.applitools.eyes
-
Exception Class com.applitools.eyes.EyesException
class EyesException extends RuntimeException implements Serializable -
Exception Class com.applitools.eyes.OutOfBoundsException
class OutOfBoundsException extends com.applitools.eyes.EyesException implements Serializable -
Class com.applitools.eyes.Region
class Region extends Object implements Serializable-
Serialized Fields
-
coordinatesType
com.applitools.eyes.CoordinatesType coordinatesType
-
height
int height
-
left
int left
-
regionId
String regionId
-
top
int top
-
width
int width
-
-
-
-
Package com.applitools.eyes.exceptions
-
Exception Class com.applitools.eyes.exceptions.CoordinatesTypeConversionException
class CoordinatesTypeConversionException extends com.applitools.eyes.EyesException implements Serializable -
Exception Class com.applitools.eyes.exceptions.DiffsFoundException
class DiffsFoundException extends TestFailedException implements Serializable -
Exception Class com.applitools.eyes.exceptions.NewTestException
class NewTestException extends TestFailedException implements Serializable -
Exception Class com.applitools.eyes.exceptions.NotSupportedException
class NotSupportedException extends com.applitools.eyes.EyesException implements Serializable -
Exception Class com.applitools.eyes.exceptions.StaleElementReferenceException
class StaleElementReferenceException extends RuntimeException implements Serializable -
Exception Class com.applitools.eyes.exceptions.TestFailedException
class TestFailedException extends AssertionError implements Serializable-
Serialized Fields
-
testResults
TestResults testResults
-
-
-