Interface IHasInputDevices
Provides access to input devices for advanced user interactions.
public interface IHasInputDevices
Properties
Keyboard
Gets an IKeyboard object for sending keystrokes to the browser.
IKeyboard Keyboard { get; }
Property Value
Mouse
Gets an IMouse object for sending mouse commands to the browser.
IMouse Mouse { get; }