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

io.appium.java_client.generic.searchcontext.GenericFindsByName Maven / Gradle / Ivy

There is a newer version: 9.3.0
Show newest version
package io.appium.java_client.generic.searchcontext;

import org.openqa.selenium.WebElement;

import java.util.List;

public interface GenericFindsByName {
    T findElementByName(String name);
    List findElementsByName(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy