Click or drag to resize

IBrowserKeyboard Property

Gets the IKeyboard instance that can be used for listening and simulating keyboard input events.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IKeyboard Keyboard { get; }

Property Value

Type: IKeyboard
The IKeyboard instance associated with this IBrowser.
See Also