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
🔵 The shadow-root (``::shadow``) elements are transitional, and therefore cannot be the final part of your CSS selectors. Complete your CSS selectors by including an element that's inside a shadow-root.
24
24
25
-
🔵 Note that ``::shadow`` selectors only exist within SeleniumBase, and do not exist outside of it.
25
+
🔵 NOTE: ``::shadow`` selectors only exist within SeleniumBase. (They are not part of standard CSS.)
26
26
27
27
🔵 Here are some examples of tests that interact with Shadow DOM elements:
0 commit comments