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

org.fluentlenium.core.conditions.ListConditionsElements Maven / Gradle / Ivy

package org.fluentlenium.core.conditions;

import org.fluentlenium.core.domain.FluentWebElement;

import java.util.List;

/**
 * Get actual condition elements list.
 */
public interface ListConditionsElements {
    /**
     * Get the actual list of elements.
     *
     * @return actual list of elements on which conditions are performed.
     */
    List getActualElements();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy