Public Vars

Back

get-element-shadow-root (clj)

(source)

function

(get-element-shadow-root driver q)
Returns the shadow root for the first element matching the query, or `nil` if the element does not have a shadow root. See [[query]] for more details on `q`.

Examples