eu.tsystems.mms.tic.testframework.pageobjects.Aria Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-ui Show documentation
Show all versions of driver-ui Show documentation
Testerra test automation framework - driver-ui module
The 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