Property FocusedFrame
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
FocusedFrame
Gets the focused frame on the currently loaded web page.
IFrame FocusedFrame { get; }
Property Value
- IFrame
The focused frame on the currently loaded web page. Can be null if there is no focused frame.
Exceptions
- ObjectDisposedException
The IBrowser has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.