selenium-google-code-issue-archive icon indicating copy to clipboard operation
selenium-google-code-issue-archive copied to clipboard

COMMAND modifier key on IE sends non-text-character

Open lukeis opened this issue 9 years ago • 3 comments

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)_

lukeis avatar Mar 04 '16 09:03 lukeis

Reported by barancev on 2014-10-05 07:15:39

  • Labels added: Browser-IE

lukeis avatar Mar 04 '16 09:03 lukeis

On newer versions of firefox this also happens

Reported by kevin.t.dillon on 2014-10-13 14:35:40

lukeis avatar Mar 04 '16 09:03 lukeis

Reported by luke.semerau on 2015-09-17 17:47:06

  • Labels added: Restrict-AddIssueComment-Commit

lukeis avatar Mar 04 '16 09:03 lukeis