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

eu.tsystems.mms.tic.testframework.pageobjects.Aria Maven / Gradle / Ivy

There is a newer version: 2.10
Show newest version
package eu.tsystems.mms.tic.testframework.pageobjects;

/**
 * ARIA definitions
 * @see {https://www.w3.org/TR/html-aria/}
 */
public interface Aria {
    String BUTTON="button";
    String TEXTBOX="textbox";
    String LINK="link";
    String COMBOBOX="combobox";
    String SEARCHBOX="searchbox";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy