InputElementType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The types of input for an ElementType=Input.

Namespace:  ArtOfTest.WebAii.ObjectModel
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum InputElementType
Members

  Member nameValueDescription
NotSet0 Not set.
Button1 type="button"
CheckBox2 type="checkbox"
File3 type="file"
Hidden4 type="hidden"
Image5 type="image"
Password6 type="password"
Radio7 type="radio"
Reset8 type="reset"
Submit9 type="submit"
Text10 type="text". This is the default type if no type attribute is set.
Email11 type="email"
Url12 type="url"
Number13 type="number"
Range14 type="range"
Search15 type="search"
See Also

Reference