Table of Contents

Interface IHasInputDevices

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

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

IKeyboard

Mouse

Gets an IMouse object for sending mouse commands to the browser.

IMouse Mouse { get; }

Property Value

IMouse