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

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

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

import org.openqa.selenium.By;

public class RelativeBySupplier {

    private RelativeBySupplier() {
    }

    public static RelativeBy with(By by) {
        return new RelativeBy(by);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy