com.applitools.eyes.PositionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-java-jersey2x Show documentation
Show all versions of eyes-sdk-java-jersey2x Show documentation
Applitools Eyes SDK base for Java
package com.applitools.eyes;
interface PositionProvider {
/**
*
* @return The current position.
*/
public Location getCurrentPosition();
/**
* Go to the specified location.
* @param location The position to scroll to.
*/
public void setPosition(Location location);
/**
*
* @return The entire size of the container which the position is relative
* to.
*/
public RectangleSize getEntireSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy