Namespace for all the HTML element wrapper controls.

Classes

  ClassDescription
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 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
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" />
HtmlListItem
Test class for an HtmlListItem element <li /> . This control is used by the HtmlOrdererList control and the HtmlUnorderedList controls.
HtmlOption
Test class for an HtmlOption element <option ... />
HtmlOrderedList
Test class for an HtmlOrderedList element <ol /> .
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>
HtmlUnorderedList
Test class for an HtmlOrderedList element <ul /> .
HtmlWait
Extends the Wait object for specific HtmlWait scenarios.
HtmlWaitExtensions
Class to extend the legacy HtmlWait. Adds ForSelectedIndex and ForSelectedValue methods.

Enumerations

  EnumerationDescription
DownloadOption
Download options for a download from an html page.