Closed
Bug 1757636
Opened 3 years ago
Closed 3 years ago
Account for shift state in Element Send Key
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox99 fixed)
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I seems like Element Send Keys
isn't doing the expected UK keyboard case conversions when the shift key appears as part of the key sequence.
Assignee | ||
Comment 1•3 years ago
|
||
When the shift special key has been included as part of a sendkeys command,
subsequent characters that appear on a US keyboard must be replaced by the
shifted character for that key.
Updated•3 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
Blocks: webdriver
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/0cfab53949ac
Do case transformations for Element Send Keys, r=webdriver-reviewers,whimboo
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•