Namespace for all the HTML element wrapper controls.
Classes
Class | Description | |
---|---|---|
![]() | HtmlAnchor |
Test class for an HtmlAnchor element <a href="...">...</a> |
![]() | HtmlAudio |
Wrapper class for a audio element <audio>...</audio> |
![]() | HtmlButton |
Test class for an HtmlButton element <button >...</button> |
![]() | HtmlCanvas |
Test class for an HtmlCanvas element <canvas>...</canvas> |
![]() | HtmlContainerControl |
Base class for all container controls. Controls that are allowed to contain other Html elements.
|
![]() | HtmlControl |
Base class for all HtmlControl's.
|
![]() | HtmlControlsAssertExtensions |
Assert extensions for the HtmlControl class.
|
![]() | HtmlDefinitionDescription |
Test class for an HtmlDefinitionDescription element <dd /> . This control is used by
the HtmlDefinitionList control
|
![]() | HtmlDefinitionList |
Test class for an HtmlDefinitionList element <dl /> .
|
![]() | HtmlDefinitionTerm |
Test class for an HtmlDefinitionTerm element <dt /> . This control is used by
the HtmlDefinitionList control
|
![]() | HtmlDetails |
Test class for an HtmlDetails element <details>...</details> |
![]() | 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 HtmlInputCheckBox class.
|
![]() | HtmlInputControl |
Base class for all input controls
|
![]() | HtmlInputEmail | |
![]() | 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" /> |
![]() | HtmlInputNumber | |
![]() | HtmlInputPassword |
Test class for an HtmlInputPassword element <input type="password" /> |
![]() | HtmlInputRadioButton |
Test class for an HtmlInputRadioButton element <input type="radio" /> |
![]() | HtmlInputRadioButtonExtensions |
Assert extensions for the HtmlInputRadioButton class.
|
![]() | HtmlInputRange | |
![]() | HtmlInputReset |
Test class for an HtmlInputImage element <input type="reset" /> |
![]() | HtmlInputSearch | |
![]() | HtmlInputSubmit |
Test class for an HtmlInputImage element <input type="reset" /> |
![]() | HtmlInputText |
Test class for an HtmlInputImage element <input type="text" /> |
![]() | HtmlInputUrl | |
![]() | HtmlListItem |
Test class for an HtmlListItem element <li /> . This control is used by
the HtmlOrdererList control and the HtmlUnorderedList controls.
|
![]() | HtmlMeter |
Test class for an HtmlMeter element <meter>...</meter> |
![]() | HtmlOption |
Test class for an HtmlOption element <option ... /> |
![]() | HtmlOrderedList |
Test class for an HtmlOrderedList element <ol /> .
|
![]() | HtmlProgress |
Test class for an HtmlProgress element <progress>...</progress> |
![]() | HtmlRadioCheckboxControl | |
![]() | HtmlSelect |
Test class for an HtmlSelect element <select>...</select> |
![]() | HtmlSelectAssertExtensions |
Assert extensions for the HtmlSelect class.
|
![]() | HtmlSource |
Wrapper class for a source element <source ... /> |
![]() | 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 HtmlTable 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> |
![]() | HtmlTime |
Test class for an HtmlTime element <time>...</time> |
![]() | HtmlUnorderedList |
Test class for an HtmlOrderedList element <ul /> .
|
![]() | HtmlVideo |
Wrapper class for a video element <video>...</video> |
![]() | HtmlWait |
Extends the Wait object for specific HtmlWait scenarios.
|
![]() | HtmlWaitExtensions |
Class to extend the legacy HtmlWait. Adds ForSelectedIndex and ForSelectedValue methods.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | DownloadOption |
Download options for a download from an html page.
|
![]() | HtmlMediaError |