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

org.sitoolkit.wt.domain.evidence.ElementPositionStrategy Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
package org.sitoolkit.wt.domain.evidence;

import org.openqa.selenium.Point;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.sitoolkit.wt.domain.evidence.selenium.ElementPositionSupport2;

public interface ElementPositionStrategy {

    void init(ElementPositionSupport2 eps, WebDriver driver);

    Point getCurrentBasePosition(WebDriver driver, WebElement currentFrame);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy