ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
ArtOfTest.WebAii.ObjectModel Namespace
Namespaces > ArtOfTest.WebAii.ObjectModel
Syntax
C#
namespace ArtOfTest.WebAii.ObjectModel
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public enumerationAttributeType
Type of attributes parsed.
public classCookiesManager
Class representing all cookie operations on the current browser machine.
public classElement
Represents an element in the Document Object Model (DOM) tree.
public enumerationElementGenderType
The element gender that this element is representing. (i.e. Html or Xaml)
public enumerationElementState
Possible element states
public enumerationElementType
The element type of an element within the Dom.
public enumerationFindContentType
Types of identification of type=Content
public classFindParam
A class that defines how a search for an element should be conducted within a document.
public classFindParamCollection
Class to manage a collection of FindParam objects.
public enumerationFindType
Types of identification supported by the framework.
public classiAttribute
This class represents a markup attribute (foo="bar"). The iAttribute object contains a starting 'i' to distinguish it from System.Attribute.
public enumerationInputElementType
The types of input for an ElementType=Input.
public enumerationParsedElementType
The type set by the parser when an element is parsed.
public enumerationQuote
Types of quotes parsed.
public classTestRegion
Class representing a TestRegion Object defined in the document as: <testregion id="foo"> ... </testregion> or <!--testregion id="foo"--> ... <!--/testregion>
public classTestRegionCollection
A keyed TestRegion collection.