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

io.magentys.cinnamon.webdriver.collections.WrapsElements Maven / Gradle / Ivy

package io.magentys.cinnamon.webdriver.collections;

import org.openqa.selenium.WebElement;

import java.util.List;

/**
 * Indicates that there are underlying elements that can be used
 */
public interface WrapsElements {

    List getWrappedElements();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy