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

info.novatec.testit.webtester.pagefragments.EmailField Maven / Gradle / Ivy

package info.novatec.testit.webtester.pagefragments;

import info.novatec.testit.webtester.pagefragments.annotations.Mapping;


@Mapping(tag = "input", attribute = "type", values = { "email" })
public interface EmailField extends GenericTextField {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy