webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

[actions] Handling of shift depressed state in key-type actions

Open jgraham opened this issue 3 years ago • 0 comments
trafficstars

We currently have some tests that assume that a keyDown action that depresses the shift key, followed by a keyDown action with value "a" will result in text input "A", which matches send keys, but doesn't match what the spec says for actions. Probably we should just reuse the existing send keys behaviour and match the tests here, although it's a bit unfortunate to add US-keyboard specific behaviour in actions as we as in send keys.

jgraham avatar Feb 07 '22 20:02 jgraham