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

com.seleniumtests.uipage.uielements.TextFieldUiElement Maven / Gradle / Ivy

There is a newer version: 5.1.13
Show newest version
package com.seleniumtests.uipage.uielements;

public class TextFieldUiElement extends UiElement {

	public TextFieldUiElement(ByUI by) {
		super(by.withType(ElementType.TEXT_FIELD));
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy