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

com.jdiai.interfaces.HasLocators Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.jdiai.interfaces;

import org.openqa.selenium.By;

import java.util.List;

public interface HasLocators {
    List locators();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy