Web Types

The following list represents the Control Type and Controlsupported by the Web technology with QualityMate

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">

To identify the Control to use. Check the Identify Selector For Web article.

Last updated

Was this helpful?