This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
COMMAND modifier key on IE sends non-text-character #7992
Open
Description
Originally reported on Google Code with ID 7992
I have a textbox and I want to use modifier keys with it.
SHIFT, ALT, and CTRL work across all platforms and browsers. CMD does too except on
IE. The page that I have set up shows that users can send CMD to the textbox, and that
it receives the proper key code manually.
However, when the test-writer sends COMMAND to the textfield in IE, it gets a non-text
character
What steps will reproduce the problem?
Action modifierkey = builder
.keyDown(WebElement, Keys.COMMAND)
.build();
modifierkey.perform();
Selenium version:2.42.2
OS: Win7 x64
Browser: Internet Explorer
Browser version: IE9, IE10, IE11 (confirmed on all 3)
I'm attaching a very useful test page that will help you to diagnose. It allows you
to test human or selenium with ease and match up behavior.
Reported by kevin.t.dillon
on 2014-10-03 17:52:30
- _Attachment: [modifier_key_tester.html](https://storage.googleapis.com/google-code-attachments/selenium/issue-7992/comment-0/modifier_key_tester.html)_