Operations.KeysDown

public static class KeysDown

internal implementation not be instantiated directly - Action of key-down

Constructors

KeysDown

public KeysDown(WebDriver driver, CharSequence keysToSend)

Methods

inBrowser

public void inBrowser()

Send key-down to the browser in general

on

public void on(Path path)

Send key-down to an element in the browser

Parameters:
  • path – the element to press a key down on
Throws: