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

ru.yandex.qatools.ashot.coordinates.JqueryCoordsProvider Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package ru.yandex.qatools.ashot.coordinates;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import ru.yandex.qatools.ashot.util.JsCoords;

/**
 * @author pazone
 */
public class JqueryCoordsProvider extends CoordsProvider {

    public Coords ofElement(WebDriver driver, WebElement element) {
        return JsCoords.findCoordsWithJquery(driver, element);
    }
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy