Package | Description |
---|---|
org.openqa.selenium.interactions | |
org.openqa.selenium.interactions.internal |
Modifier and Type | Class and Description |
---|---|
class |
KeyDownAction
Emulates key press only, without the release.
|
class |
KeyUpAction
Emulates key release only, without the press.
|
class |
SendKeysAction
Sending a sequence of keys to an element.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleKeyAction
Used both by KeyDownAction and KeyUpAction
|
Copyright © 2016. All rights reserved.