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

org.fluentlenium.assertj.custom.HtmlConstants Maven / Gradle / Ivy

There is a newer version: 5.0.4
Show newest version
package org.fluentlenium.assertj.custom;

/**
 * Contains constants for working with HTML elements and attributes.
 */
final class HtmlConstants {

    static final String CLASS_DELIMITER = " ";
    static final String CLASS_ATTRIBUTE = "class";

    private HtmlConstants() {
        //Utility class
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy