All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.applitools.eyes.PositionProvider Maven / Gradle / Ivy

There is a newer version: 2.57
Show newest version
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