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

org.fluentlenium.core.css.CssControl Maven / Gradle / Ivy

package org.fluentlenium.core.css;

/**
 * Control interface for CSS related features.
 */
public interface CssControl {
    /**
     * Features related to CSS loaded in the active page.
     *
     * @return a CssSupport instance
     */
    CssSupport css();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy