By Methods

The By type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAny
Search using multiple mechanisms
Public methodStatic memberClass
Search by class name
Public methodStatic memberCss
Search by CSS selector
Public methodEquals
Comapre two by objects
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
(Overrides ObjectGetHashCode.)
Public methodStatic memberId
Search by id
Public methodStatic memberLinkText
Search by link text
Public methodStatic memberName
Search by name attribute
Public methodStatic memberPartialLinkText
Search by partial link text
Public methodStatic memberTag
Search by tag name
Public methodToString
Gets a string representation of the finder.
(Overrides ObjectToString.)
Public methodStatic memberXPath
Search by XPath
Top
See Also