Example usage for org.openqa.selenium.interactions HasInputDevices getKeyboard

List of usage examples for org.openqa.selenium.interactions HasInputDevices getKeyboard

Introduction

In this page you can find the example usage for org.openqa.selenium.interactions HasInputDevices getKeyboard.

Prototype

Keyboard getKeyboard();

Source Link

Usage

From source file:org.specrunner.webdriver.AbstractPluginKeyboard.java

License:Open Source License

@Override
protected void doEnd(IContext context, IResultSet result, WebDriver client, HasInputDevices input)
        throws PluginException {
    doEnd(context, result, client, input, input.getKeyboard());
}