HtmlElement.Net
Classes
HtmlElements.Elements Namespace Reference

Classes

class  ElementLocatorAttribute
 Defines default HtmlElement locator which is used whenever specific element type added to page object without FindsByAttribute. More...
 
class  HtmlCheckBox
 Models HTML input with checkbox or radio button type More...
 
class  HtmlControl
 Models HTML select, input or text area elements More...
 
class  HtmlElement
 Models HTML DOM element providing access to common attributes and properties More...
 
class  HtmlForm
 Models form DOM element More...
 
class  HtmlFrame
 Models iframe DOM element and provides and exposes it's attributes as properties. More...
 
class  HtmlImage
 Models image DOM element and provides most commonly used image attributes. More...
 
class  HtmlInput
 Models HTML input element of any type and exposes it's attributes as properties More...
 
class  HtmlLabel
 Models label DOM element and exposes it's specific attributes as properties More...
 
class  HtmlLink
 Models HTML link element and exposes it's attributes as properties More...
 
class  HtmlPage
 Models a wed page loaded in browser and exposes some useful methods and properties More...
 
class  HtmlSelect
 Models HTML select element and provides access to it's options More...
 
class  HtmlSelectOption
 Models options within HTML select element More...
 
class  HtmlTable
 Models table DOM element and provides access to individual rows and columns. More...
 
class  HtmlTextArea
 Models text area control and exposes it's attributes More...
 
interface  IHtmlElement
 Web element which is wrapping some IWebDriver instance and IWebElement instance and can execute JavaScript. More...