dom icon indicating copy to clipboard operation
dom copied to clipboard

Support `getElementsByTagName(tag)` for DocumentFragment

Open yezhizhen opened this issue 4 months ago • 3 comments

What problem are you trying to solve?

https://github.com/w3c/webdriver/issues/1903 There is no reason we don't support getElementsByTagName(tag) for DocumentFragment, as it already supports querySelector, getElementById etc. Right now this causes trouble for WebDriver standard.

What solutions exist today?

Use querySelectorAll to mimic the behaviour.

How would you solve it?

No response

Anything else?

No response

yezhizhen avatar Jun 19 '25 10:06 yezhizhen