Currently there is no way for developers to automate autofill in browsers and thus they can't test their HTML with the browser's autofill behaviour. Adding such an API would allow such testing and enable developers to write automated autofill tests (e.g. WPT).
Hey folks! As discussed during TPAC, we're happy to limit the current autofill testing efforts to addresses only, as we appreciate that other autofill types may have different considerations around them.
WebKittens
@gsnedders
Title of the spec
Add ability to trigger autofill on form elements in webdriver-bidi specs
URL to the spec
https://github.com/w3c/webdriver-bidi/pull/706
URL to the spec's repository
No response
Issue Tracker URL
https://github.com/w3c/webdriver/issues/1796
Explainer URL
No response
TAG Design Review URL
No response
Mozilla standards-positions issue URL
https://github.com/mozilla/standards-positions/issues/1050
WebKit Bugzilla URL
No response
Radar URL
No response
Description
Currently there is no way for developers to automate autofill in browsers and thus they can't test their HTML with the browser's autofill behaviour. Adding such an API would allow such testing and enable developers to write automated autofill tests (e.g. WPT).