query-selector-shadow-dom
query-selector-shadow-dom copied to clipboard
querySelectorDeep is not returning an element
I am using this,
querySelectorDeep([aria-label="Go to series - BxP_Learn_Series-1"]
)
I ma getting error
import { normalizeSelector } from './normalize' in node_modules\query-selector-shadow-dom\src\querySelectorDeep.js:6
Any suggestions?
@smaroof - facing same issue, were you able to find any solution?