Click or drag to resize

ISearchContext Methods

The ISearchContext type exposes the following members.

Methods
  NameDescription
Public methodGetElementByClassName
Finds the first IElement object in the current search context by the given className.
Public methodGetElementByCssSelector
Finds the first IElement object in the current search context by the given CSS selector.
Public methodGetElementById
Finds the first IElement object in the current search context by the given id.
Public methodGetElementByName
Finds the first IElement object in the current search context by the given name.
Public methodGetElementByTagName
Finds the first IElement object in the current search context by the given tag name.
Public methodGetElementsByClassName
Finds all IElement objects in the current search context by the given className.
Public methodGetElementsByCssSelector
Finds all IElement objects in the current search context by the given cssSelector.
Public methodGetElementsByName
Finds all IElement objects in the current search context by the given name.
Public methodGetElementsByTagName
Finds all IElement objects in the current search context by the given tag name.
Top
See Also