![JAR search and dependency download from the Maven repository](/logo.png)
org.seleniumhq.selenium.fluent.FluentWebElementMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-selenium Show documentation
Show all versions of fluent-selenium Show documentation
A Fluent API on top of Selenium's WebDriver API
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