Skip to content

Commit f5c225a

Browse files
committed
Update a ReadMe
1 parent 23c8a21 commit f5c225a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

help_docs/shadow_dom.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ css_5 = "downloads-manager::shadow downloads-toolbar::shadow cr-toolbar::shadow
2020

2121
🔵 Note that ``::shadow`` selectors only exist within SeleniumBase, and do not exist outside of it.
2222

23-
🔵 Here's an example test that interacts with Shadow DOM elements: [examples/test_shadow_dom.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_shadow_dom.py)
23+
🔵 Here are some examples of tests that interact with Shadow DOM elements:
24+
* [examples/shadow_root_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/shadow_root_test.py)
25+
* [examples/test_shadow_dom.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_shadow_dom.py)
26+
* [examples/wordle_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/wordle_test.py)

0 commit comments

Comments
 (0)