Open
Bug 1496323
Opened 7 years ago
Updated 3 years ago
`Element Send Keys` has to split the string into extended grapheme clusters
Categories
(Remote Protocol :: Marionette, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
As the WebDriver spec says the input string has to be split into extended grapheme clusters:
https://w3c.github.io/webdriver/#dfn-dispatch-actions-for-a-string
> Let clusters be an array created by breaking text into extended grapheme clusters.
This can be added after bug 1418995 has been fixed. Also because we arn't doing this yet.
Given that I was not able to find any method in Firefox yet, we might be dependent on an external library, or have to write it on our own.
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•