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

org.fluentlenium.core.domain.WrapsElements Maven / Gradle / Ivy

package org.fluentlenium.core.domain;

import org.openqa.selenium.WebElement;

import java.util.List;

/**
 * Allows to retrieve underlying wrapped elements.
 */
public interface WrapsElements {
    /**
     * Get the wrapped elements
     *
     * @return wrapped elements
     */
    List getWrappedElements();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy