A C D E F G H I L M N O P R S U 

A

addMouseTrigger(MouseAction, Region, Location) - Method in class com.applitools.eyes.Eyes
Adds a mouse trigger.
addMouseTrigger(MouseAction, WebElement) - Method in class com.applitools.eyes.Eyes
Adds a mouse trigger.
addTextTrigger(Region, String) - Method in class com.applitools.eyes.Eyes
Adds a keyboard trigger.
addTextTrigger(WebElement, String) - Method in class com.applitools.eyes.Eyes
Adds a keyboard trigger.
AppiumJsCommandExtractor - Class in com.applitools.eyes
 
AppiumJsCommandExtractor() - Constructor for class com.applitools.eyes.AppiumJsCommandExtractor
 

C

checkRegion(Region, String) - Method in class com.applitools.eyes.Eyes
Takes a snapshot of the application under test and matches a specific region within it with the expected output.
checkRegion(Region) - Method in class com.applitools.eyes.Eyes
checkRegion(WebElement, String) - Method in class com.applitools.eyes.Eyes
Takes a snapshot of the application under test and matches a region of a specific element with the expected region output.
checkRegion(WebElement) - Method in class com.applitools.eyes.Eyes
checkRegion(By, String) - Method in class com.applitools.eyes.Eyes
Takes a snapshot of the application under test and matches a region specified by the given selector with the expected region output.
checkRegion(By) - Method in class com.applitools.eyes.Eyes
checkRegionInFrame(int, By, String) - Method in class com.applitools.eyes.Eyes
Switches into the given frame, takes a snapshot of the application under test and matches a region specified by the given selector.
checkRegionInFrame(int, By) - Method in class com.applitools.eyes.Eyes
checkRegionInFrame(String, By, String) - Method in class com.applitools.eyes.Eyes
Switches into the given frame, takes a snapshot of the application under test and matches a region specified by the given selector.
checkRegionInFrame(String, By) - Method in class com.applitools.eyes.Eyes
checkRegionInFrame(WebElement, By, String) - Method in class com.applitools.eyes.Eyes
Switches into the given frame, takes a snapshot of the application under test and matches a region specified by the given selector.
checkRegionInFrame(WebElement, By) - Method in class com.applitools.eyes.Eyes
checkWindow(String) - Method in class com.applitools.eyes.Eyes
Takes a snapshot of the application under test and matches it with the expected output.
checkWindow() - Method in class com.applitools.eyes.Eyes
clear() - Method in class com.applitools.eyes.FrameChain
Removes all current frames in the frame chain.
com.applitools.eyes - package com.applitools.eyes
 
com.applitools.utils - package com.applitools.utils
 

D

doubleTap(Coordinates) - Method in class com.applitools.eyes.EyesTouchScreen
Double tap action.
down(int, int) - Method in class com.applitools.eyes.EyesTouchScreen
 

E

extractTrigger(Map<String, WebElement>, Dimension, String, Object...) - Static method in class com.applitools.eyes.AppiumJsCommandExtractor
Given an command and it's parameters, returns the equivalent trigger.
Eyes - Class in com.applitools.eyes
 
Eyes(URI, boolean) - Constructor for class com.applitools.eyes.Eyes
Creates a new (possibly disabled) Eyes instance that interacts with the Eyes Server at the specified url.
Eyes(URI) - Constructor for class com.applitools.eyes.Eyes
Creates a new Eyes instance that interacts with the Eyes Server at the specified url.
Eyes() - Constructor for class com.applitools.eyes.Eyes
Creates a new Eyes instance that interacts with the Eyes cloud service.
EyesSeleniumUtils - Class in com.applitools.utils
 
EyesSeleniumUtils() - Constructor for class com.applitools.utils.EyesSeleniumUtils
 
EyesTouchScreen - Class in com.applitools.eyes
A wrapper class for TouchScreen implementation.
EyesTouchScreen(EyesWebDriver, TouchScreen) - Constructor for class com.applitools.eyes.EyesTouchScreen
 
EyesWebDriverScreenshot - Class in com.applitools.eyes
 
EyesWebDriverScreenshot(EyesWebDriver, BufferedImage, EyesWebDriverScreenshot.ScreenshotType, Location, Location) - Constructor for class com.applitools.eyes.EyesWebDriverScreenshot
 
EyesWebDriverScreenshot(EyesWebDriver, BufferedImage) - Constructor for class com.applitools.eyes.EyesWebDriverScreenshot
 

F

flick(int, int) - Method in class com.applitools.eyes.EyesTouchScreen
 
flick(Coordinates, int, int, int) - Method in class com.applitools.eyes.EyesTouchScreen
 
Frame - Class in com.applitools.eyes
Encapsulates a frame/iframe.
Frame(WebElement, String, Location, RectangleSize, Location) - Constructor for class com.applitools.eyes.Frame
 
FrameChain - Class in com.applitools.eyes
Represents a path to a frame, including their location and scroll.
FrameChain() - Constructor for class com.applitools.eyes.FrameChain
 
FrameChain(FrameChain) - Constructor for class com.applitools.eyes.FrameChain
Creates a frame chain which is a copy of the current frame.

G

getAgentId() - Method in class com.applitools.eyes.Eyes
 
getApiKey() - Static method in class com.applitools.eyes.Eyes
Gets the currently set API key or null if no key is set.
getCurrentFrameOffset() - Method in class com.applitools.eyes.FrameChain
 
getCurrentFrameSize() - Method in class com.applitools.eyes.FrameChain
 
getDefaultContentScrollPosition() - Method in class com.applitools.eyes.FrameChain
 
getElementRegionInFrameViewport(WebElement) - Method in class com.applitools.eyes.EyesWebDriverScreenshot
 
getEnvironment() - Method in class com.applitools.eyes.Eyes
This override also checks for mobile operating system.
getFrameChain() - Method in class com.applitools.eyes.EyesWebDriverScreenshot
 
getId() - Method in class com.applitools.eyes.Frame
 
getInferredEnvironment() - Method in class com.applitools.eyes.Eyes
 
getIntersectedRegion(Region) - Method in class com.applitools.eyes.EyesWebDriverScreenshot
This function intersects a region with the current screenshot, considering frames.
getIntersectedRegion(WebElement) - Method in class com.applitools.eyes.EyesWebDriverScreenshot
This function intersects a region with the current screenshot, considering frames.
getLocation() - Method in class com.applitools.eyes.Frame
 
getLocationInScreenshot(Location) - Method in class com.applitools.eyes.EyesWebDriverScreenshot
Calculates the location in the screenshot of the location given as parameter.
getLocationRelativeToFrameViewport(Location) - Method in class com.applitools.eyes.EyesWebDriverScreenshot
If this is not a full screen screenshot, or we're inside a frame, adjust the location to the current viewport.
getPageLocation(Coordinates) - Static method in class com.applitools.utils.EyesSeleniumUtils
Extracts the location relative to the entire page from the coordinates (e.g.
getParentScrollPosition() - Method in class com.applitools.eyes.Frame
 
getProxy() - Static method in class com.applitools.eyes.Eyes
Get the current proxy settings.
getReference() - Method in class com.applitools.eyes.Frame
 
getSize() - Method in class com.applitools.eyes.Frame
 
getSubScreenshot(Region) - Method in class com.applitools.eyes.EyesWebDriverScreenshot
 
getSubScreenshot(WebElement) - Method in class com.applitools.eyes.EyesWebDriverScreenshot
 
getTitle() - Method in class com.applitools.eyes.Eyes
 
getViewportLocation(Coordinates) - Static method in class com.applitools.utils.EyesSeleniumUtils
Extracts the location relative to the viewport from the coordinates (e.g.
getViewportSize() - Method in class com.applitools.eyes.Eyes
 

H

handleMatchResult(MatchResult, String) - Method in class com.applitools.eyes.Eyes
 

I

id - Variable in class com.applitools.eyes.Frame
 
imageFromBase64(String) - Static method in class com.applitools.utils.ImageUtils
 
ImageUtils - Class in com.applitools.utils
 
ImageUtils() - Constructor for class com.applitools.utils.ImageUtils
 
isAppiumJsCommand(String) - Static method in class com.applitools.eyes.AppiumJsCommandExtractor
Used for identifying if a javascript script is a command to Appium.
isSameFrameChain(FrameChain, FrameChain) - Static method in class com.applitools.eyes.FrameChain
Compares two frame chains.
iterator() - Method in class com.applitools.eyes.FrameChain
 

L

location - Variable in class com.applitools.eyes.Frame
 
longPress(Coordinates) - Method in class com.applitools.eyes.EyesTouchScreen
 

M

move(int, int) - Method in class com.applitools.eyes.EyesTouchScreen
 

N

NoFramesException - Exception in com.applitools.eyes
 
NoFramesException(String) - Constructor for exception com.applitools.eyes.NoFramesException
 

O

open(WebDriver, String, String, RectangleSize, MatchLevel, FailureReports) - Method in class com.applitools.eyes.Eyes
Starts a test.
open(WebDriver, String, String, RectangleSize, MatchLevel) - Method in class com.applitools.eyes.Eyes
Starts a test that reports failures upon test completion.
open(WebDriver, String, String, RectangleSize, FailureReports) - Method in class com.applitools.eyes.Eyes
Starts a test.
open(WebDriver, String, String, RectangleSize) - Method in class com.applitools.eyes.Eyes
Starts a test that reports failures upon test completion.
open(WebDriver, String, String) - Method in class com.applitools.eyes.Eyes
Starts a test for any viewport size that reports failures upon test completion.

P

parentScrollPosition - Variable in class com.applitools.eyes.Frame
 
pop() - Method in class com.applitools.eyes.FrameChain
Removes the last inserted frame element.
push(Frame) - Method in class com.applitools.eyes.FrameChain
Appends a frame to the frame chain.

R

reference - Variable in class com.applitools.eyes.Frame
 

S

scroll(Coordinates, int, int) - Method in class com.applitools.eyes.EyesTouchScreen
 
scroll(int, int) - Method in class com.applitools.eyes.EyesTouchScreen
 
setApiKey(String) - Static method in class com.applitools.eyes.Eyes
Sets the API key of your applitools Eyes account.
setForceFullPageScreenshot(boolean) - Method in class com.applitools.eyes.Eyes
Tells Eyes whether to force a full page screenshot if the browser only provides a screenshot of the viewport (full screenshot will be composed by scrolling and stitching viewport screenshots).
setLogHandler(LogHandler) - Static method in class com.applitools.eyes.Eyes
Sets a handler of log messages generated by this API.
setMatchTimeout(int) - Method in class com.applitools.eyes.Eyes
Sets the maximal time (in seconds) Eyes.checkWindow(java.lang.String) waits for a match.
setMatchWindowTask(MatchWindowTask) - Method in class com.applitools.eyes.Eyes
Used for unit testing.
setProxy(ProxySettings) - Static method in class com.applitools.eyes.Eyes
Sets a proxy.
setViewportSize(RectangleSize) - Method in class com.applitools.eyes.Eyes
 
singleTap(Coordinates) - Method in class com.applitools.eyes.EyesTouchScreen
A tap action.
size - Variable in class com.applitools.eyes.Frame
 
size() - Method in class com.applitools.eyes.FrameChain
 
startSession() - Method in class com.applitools.eyes.Eyes
 

U

up(int, int) - Method in class com.applitools.eyes.EyesTouchScreen
 
A C D E F G H I L M N O P R S U 

Copyright © 2014. All rights reserved.