Namespace for the object model of the framwork.
Classes
| Class | Description | |
|---|---|---|
| CookiesManager |
Class representing all cookie operations on the current browser machine.
| |
| Element |
Represents an element in the Document Object Model (DOM) tree.
| |
| FindParam |
A class that defines how a search for an element should be conducted within a document.
| |
| FindParamCollection |
Class to manage a collection of FindParam objects.
| |
| FindParamConstraint |
Offers addition contraints for a FindParam to allow for a more flexible use in HtmlControls
| |
| FindParamExtension |
Class to extend the legacy FindParam class. Adds the ability to convert any legacy FindParam into a HtmlFindExpression.
| |
| iAttribute |
This class represents a markup attribute (foo="bar").
The iAttribute object contains a starting 'i' to distinguish it from System.Attribute.
| |
| TestRegion |
Class representing a TestRegion Object defined in the document as:
<testregion id="foo"> ... </testregion>
or
<!--testregion id="foo"--> ... <!--/testregion>
| |
| TestRegionCollection |
A keyed TestRegion collection.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| AttributeType |
Type of attributes parsed.
| |
| ElementState |
Possible element states
| |
| ElementType |
The element type of an element within the Dom.
| |
| FindContentType |
Types of identification of type=Content
| |
| FindType |
Types of identification supported by the framework.
| |
| InputElementType |
The types of input for an ElementType=Input.
| |
| Quote |
Types of quotes parsed.
|
