Properties used to match Web applications
When interrogating a webpage, Pega Robot Studio reads the HTML for the page, identifies the HTML tags for the selected objects and associates the tags with the controls. The following table shows how HTML tags, web objects, and web controls are related.
Checkbox ImageButton FileUploadField HiddenField RadioButton TextBoxHTML tag Web object Web control <a> Anchor Link <button> Button Base Button <form> Form Form <img> Image Image <input> Input Button (Submit,
Reset) <select> Select Select <table> Table Table <tr> Table Row TableRow <td>, <th> Table Cell TableCell <textArea> Text Area TextArea <html> Document WebPage NA Any Element WebControl
Previous topic Using the TargetPath property Next topic Factories