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

Remove `UUID` restrictions from ids #1702

Closed sadym-chromium closed 1 year ago

sadym-chromium commented 1 year ago

Allow session ID, web element reference, shadow root reference and input id to be any unique string, not only a UUID.

This is required to provide Interop of identifiers with original WebDriver spec · Issue #59 · w3c/webdriver-bidi.

sadym-chromium commented 1 year ago

Implemented in https://github.com/w3c/webdriver/pull/1705/files#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051R4064