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

bichromate.dataStore.sTestDOMElementStore Maven / Gradle / Ivy

Go to download

Java, Selenium, Appium, Winium, Extend, and TestNG automated testing framework. Bichromate integrates the best of these frameworks and takes automation to the next level. With Bichromate there is one function call that builds any type of Web,IOS Mobile, Android, and Windows App driver on any platform (Windows, Mac, Linux). From Local web drivers, to SauceLabs, Browserstack, and Selenium grid. Build data driven tests is never easier. Bichromate also gives you built in Factories that, access DBs, Video Capture, FTP, POM Generation, Hilite element.

There is a newer version: 3.13
Show newest version
package bichromate.dataStore;

public class sTestDOMElementStore {
	
	public String tagName;
	public String className;
	public String id;
	public String xpath;
	public String name; // attribute name=
	public String attrName;  // radio button, check box, table, drop down,text field
	public String elementType;  // type of element link,text box, table, drop down, radio button, check box
	public String rangeMin; // Used to capture a Range's min setting
	public String rangeMax; // Used to capture a Range's max setting
	public String value; // used to capture a input's value
	public int count = 0;	// Used to flesh out the xpath if no Id, name, or class is present

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy