When a chord of keys is passed into WebElement$send_keys()
, all keys will
be pressed in order, and then released at the end. This is simply done by
combining the keys into a single string, and appending the NULL key
(keys$null) to the end. This is useful for keybindings like
Ctrl-V
, where you want the Ctrl key to be released after the action.