ISearchContext Methods |
The ISearchContext type exposes the following members.
| Name | Description | |
|---|---|---|
| GetElementByClassName |
Finds the first IElement object in the current search context by the given
className.
| |
| GetElementByCssSelector |
Finds the first IElement object in the current search context by the given CSS selector.
| |
| GetElementById |
Finds the first IElement object in the current search context by the given id.
| |
| GetElementByName |
Finds the first IElement object in the current search context by the given name.
| |
| GetElementByTagName |
Finds the first IElement object in the current search context by the given tag name.
| |
| GetElementsByClassName |
Finds all IElement objects in the current search context by the given className.
| |
| GetElementsByCssSelector |
Finds all IElement objects in the current search context by the given
cssSelector.
| |
| GetElementsByName |
Finds all IElement objects in the current search context by the given name.
| |
| GetElementsByTagName |
Finds all IElement objects in the current search context by the given tag name.
|