List of usage examples for org.openqa.selenium.support.pagefactory ByChained subclass-usage
From source file io.appium.java_client.pagefactory.bys.builder.ByChained.java
public class ByChained extends org.openqa.selenium.support.pagefactory.ByChained { private final By[] bys; private static AppiumFunction<SearchContext, WebElement> getSearchingFunction(By by) { return input -> {