Web Types
Last updated
Last updated
The following list represents the Control Type
and Control
supported by the Web technology with QualityMate
To identify the Control to use. Check the Identify Selector For Web article.
Control Type
Control
IButton
<button>
<input type="button">
ICheckBox
<input type="checkbox">
IDateTimePicker
<input type="date">
<input type="datetime-local">
<input type="time">
<input type="week">
IDropDownList
<select>
IGrid
<table>
ILabel
<label>
IListBox
<select>
INumericUpDown
<input type="number">
IRadioButton
<input type="radio">
ITable
<table>
ITextBox
<input type="text">