Example usage for org.openqa.selenium.support.pagefactory ByChained subclass-usage

List of usage examples for org.openqa.selenium.support.pagefactory ByChained subclass-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.support.pagefactory ByChained subclass-usage.

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 -> {