OpenQA.Selenium.Support.PageObjects NamespaceWebDriver
 
Classes

  ClassDescription
Public classByChained
Mechanism used to locate elements within a document using a series of other lookups. This class will find all DOM elements that matches each of the locators in sequence
Public classCacheLookupAttribute
Marks the element so that lookups to the browser page are cached. This class cannot be inherited.
Public classFindsByAttribute
Marks program elements with methods by which to find a corresponding element on the page. Used in conjunction with the PageFactory, it allows you to quickly create Page Objects.
Public classPageFactory
Provides the ability to produce Page Objects modeling a page. This class cannot be inherited.
Enumerations

  EnumerationDescription
Public enumerationHow
Provides the lookup methods for the FindsBy attribute (for using in PageObjects)