Method Click
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
Click()
Simulates a click on the extension action icon for the given browser.
void Click()
Remarks
Clicking a disabled action is no-op.
Exceptions
- ObjectDisposedException
The IExtensionAction has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.