[Missing <summary> documentation for "N:ArtOfTest.WebAii.Controls.HtmlControls"]
| C# | Visual Basic | Visual Basic Usage |
namespace ArtOfTest.WebAii.Controls.HtmlControls
Namespace ArtOfTest.WebAii.Controls.HtmlControls
Imports ArtOfTest.WebAii.Controls.HtmlControls
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| DownloadOption |
Download options for a download from an html page.
| |
| HtmlAnchor |
Test class for an HtmlAnchor element <a href="...">...</a> | |
| HtmlButton |
Test class for an HtmlButton element <button >...</button> | |
| HtmlContainerControl |
Base class for all container controls. Controls that are allowed to contain other Html elements.
| |
| HtmlControl |
Base test control for all Html controls.
| |
| HtmlControlsAssertExtensions |
Assert extensions for the HtmlControl class.
| |
| HtmlDiv |
Test class for an HtmlDiv element <div>...</div> | |
| HtmlFind |
Extends the generic Find methods to include HTML specific find objects.
| |
| HtmlForm |
Test class for an HtmlForm element <form >...</form> | |
| HtmlImage |
Test class for an HtmlImage element <img src="..." /> | |
| HtmlInputButton |
Test class for an HtmlInputButton element <input type="button" /> | |
| HtmlInputCheckBox |
Test class for an HtmlInputCheckBox element <input type="checkbox" /> | |
| HtmlInputCheckBoxExtensions |
Assert extensions for the HtmlControl class.
| |
| HtmlInputControl |
Base class for all input controls
| |
| HtmlInputFile |
Test class for an HtmlInputFile element <input type="file" /> | |
| HtmlInputHidden |
Test class for an HtmlInputHidden element <input type="hidden" /> | |
| HtmlInputImage |
Test class for an HtmlInputImage element <input type="image" /> | |
| HtmlInputPassword |
Test class for an HtmlInputPassword element <input type="password" /> | |
| HtmlInputRadioButton |
Test class for an HtmlInputImage element <input type="radio" /> | |
| HtmlInputRadioButtonExtensions |
Assert extensions for the HtmlControl class.
| |
| HtmlInputReset |
Test class for an HtmlInputImage element <input type="reset" /> | |
| HtmlInputSubmit |
Test class for an HtmlInputImage element <input type="reset" /> | |
| HtmlInputText |
Test class for an HtmlInputImage element <input type="text" /> | |
| HtmlOption |
Test class for an HtmlOption element <option ... /> | |
| HtmlSelect |
Test class for an HtmlSelect element <select>...</select> | |
| HtmlSelectAssertExtensions |
Assert extensions for the HtmlControl class.
| |
| HtmlSpan |
Test class for an HtmlSpan element <span>...</span> | |
| HtmlStyle |
Represents a single HtmlStyle. This object can be used to help probe and do validation
against Html styles. Has functionality to convert unit styles to int values and color styles to System.Drawing.Color.
| |
| HtmlTable |
Test class for an HtmlTable element <table>...</table> | |
| HtmlTableAssertExtensions |
Assert extensions for the HtmlControl class.
| |
| HtmlTableCell |
Test class for an HtmlTableCell element <td>...</td> | |
| HtmlTableRow |
Test class for an HtmlTableRow element <tr>...</tr> | |
| HtmlTextArea |
Test class for an HtmlAnchor element <textarea>...</textarea> | |
| HtmlWait |
Extends the Wait object for specific HtmlWait scenarios.
|
