Skip to content

Commit 2e22faf

Browse files
committed
Update the "::shadow" selector ReadMe
1 parent 768ecd2 commit 2e22faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/shadow_dom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ css_5 = "downloads-manager::shadow downloads-toolbar::shadow cr-toolbar::shadow
2222

2323
🔵 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.
2424

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.)
2626

2727
🔵 Here are some examples of tests that interact with Shadow DOM elements:
2828
* [examples/shadow_root_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/shadow_root_test.py)
2929
* [examples/test_shadow_dom.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_shadow_dom.py)
30-
* [examples/wordle_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/wordle_test.py)
30+
* [examples/old_wordle_script.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/old_wordle_script.py)

0 commit comments

Comments
 (0)