Closed varjolintu closed 1 month ago
Includes the following improvementes:
.childNodes()
Element
openOrClosedShadowRoot
dom.openOrClosedShadowRoot()
A few test sites: https://e.sfcu.org/sfcuonline/uux.aspx#/login https://login.minid.no/ (accesible via https://venterom.skatteetaten.no/?c=digdir&e=skatteetaten&t=https%3A%2F%2Fskatt.skatteetaten.no%2Fweb%2Fminside%2F)
Fixes #446.
Includes the following improvementes:
.childNodes()
rely on the TreeWalker API for retrieving all elements under the target.Element
Shadow DOM usingopenOrClosedShadowRoot
anddom.openOrClosedShadowRoot()
.A few test sites: https://e.sfcu.org/sfcuonline/uux.aspx#/login https://login.minid.no/ (accesible via https://venterom.skatteetaten.no/?c=digdir&e=skatteetaten&t=https%3A%2F%2Fskatt.skatteetaten.no%2Fweb%2Fminside%2F)
Fixes #446.