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

org.seleniumhq.selenium.fluent.FluentWebElementMap Maven / Gradle / Ivy

package org.seleniumhq.selenium.fluent;

import java.util.HashMap;

public abstract class FluentWebElementMap extends HashMap{

    public abstract void map(FluentWebElement elem, int ix);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy