Property FocusedElement
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
FocusedElement
Gets the currently focused element in the document.
IElement FocusedElement { get; }
Property Value
- IElement
The currently focused element in the document. Can be null if there is no focused element in this document.
Exceptions
- ObjectDisposedException
The IDocument has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.