Java org.openqa.selenium.interactions Keyboard fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.interactions Keyboard fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.interactions Keyboard.

The text is from its open source code.

Implementation

org.openqa.selenium.interactions.Keyboard has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidpressKey(CharSequence keyToPress)
Press a key on the keyboard that isn't text.
voidreleaseKey(CharSequence keyToRelease)
Release a key on the keyboard that isn't text.