ISearchContext Interface |
Namespace: DotNetBrowser.Dom
public interface ISearchContext : IAutoDisposable
The ISearchContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
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.
|
Name | Description | |
---|---|---|
![]() | Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |