You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anchor selection works using a DOM tree traversal. This won't work with Shadow DOM as shadow trees are unreachable using the standard parent/child relationships.