
org.fluentlenium.assertj.custom.HtmlConstants Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy