Operations.ReleaseKey

public static class ReleaseKey

internal implementation not be instantiated directly - Action of releasing a key (key up)

Constructors

ReleaseKey

public ReleaseKey(WebDriver driver, CharSequence keysToSend)

Methods

inBrowser

public void inBrowser()

releasing a key in the browser in general

on

public void on(BasicPath path)

release a key on a specific element in the browser

Parameters:
  • path – the element to release the key on
Throws: