nbloomf / webdriver-w3c

Haskell bindings for the W3C WebDriver API
GNU General Public License v3.0
23 stars 8 forks source link

Normalised key values don't match those in the webdriver spec. #59

Open seanparsons opened 2 years ago

seanparsons commented 2 years ago

The escape sequences here: https://github.com/nbloomf/webdriver-w3c/blob/master/src/Web/Api/WebDriver/Types/Keyboard.hs#L58-L95 Don't match up with the escape sequences listed in the spec: https://w3c.github.io/webdriver/webdriver-spec.html#keyboard-actions

hughjfchen commented 3 months ago

Any update for this? PR?