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

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

There is a newer version: 1.23
Show newest version
package org.seleniumhq.selenium.fluent;

import java.util.HashMap;

public abstract class FluentWebElementMap extends HashMap{

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy