Method GetAction
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
GetAction(IBrowser)
Gets the extension action for the given browser
.
IExtensionAction GetAction(IBrowser browser)
Parameters
browser
IBrowserThe browser that will be associated with the action.
Returns
- IExtensionAction
The extension action for the passed browser or
null
if the action is not available.
Exceptions
- ObjectDisposedException
The IExtension has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.