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

aquality.selenium.locators.IRelativeByAqualityElement Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package aquality.selenium.locators;

import aquality.selenium.elements.interfaces.IElement;

public interface IRelativeByAqualityElement {
    RelativeBy above(IElement element);
    RelativeBy below(IElement element);
    RelativeBy toLeftOf(IElement element);
    RelativeBy toRightOf(IElement element);
    RelativeBy near(IElement element);
    RelativeBy near(IElement element, int atMostDistanceInPixels);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy