IFindsByName MethodsWebDriver
The IFindsByName type exposes the following members.
Methods

  NameDescription
Public methodFindElementByName
Finds the first element matching the specified name.
Public methodFindElementsByName
Finds all elements matching the specified name.
Back to Top
See Also