FindsByAttribute PropertiesWebDriver
The FindsByAttribute type exposes the following members.
Properties

  NameDescription
Public propertyCustomFinderType
Gets or sets a value indicating the OnlineType of the custom finder. The custom finder must descend from the By class, and expose a public constructor that takes a OnlineString argument.
Public propertyHow
Gets or sets the method used to look up the element
Public propertyPriority
Gets or sets a value indicating where this attribute should be evaluated relative to other instances of this attribute decorating the same class member.
Public propertyOnlineTypeId
When implemented in a derived class, gets a unique identifier for this OnlineAttribute.
(Inherited from OnlineAttribute.)
Public propertyUsing
Gets or sets the value to lookup by (i.e. for How.Name, the actual name to look up)
Back to Top
See Also