w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

missing error message internationalization specification #1719

Closed softommy closed 1 year ago

softommy commented 1 year ago

6.6 Errors

missing error message internationalization specification

jgraham commented 1 year ago

I think localisation of error messages is out of scope for webdriver; these are opaque identifiers that happen to be English strings. Maybe in an ideal world we'd have used something more obviously opaque (e.g. numeric codes), but it's up to clients to present the error to users in a way that makes it possible for them to debug the problem.