Skip to content

Commit 2051fea

Browse files
committed
Update the ReadMe
1 parent bef932c commit 2051fea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="https://seleniumbase.io/demo_page">📰 TestPage</a> |
3333
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md">👤 UC Mode</a> |
3434
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md">🐙 CDP Mode</a> |
35-
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md">📶 Charts</a> |
35+
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md">📶 Charts</a> |
3636
<a href="https://seleniumbase.io/devices/?url=seleniumbase.com">🖥️ Farm</a>
3737
<br />
3838
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/how_it_works.md">👁️ How</a> |
@@ -56,7 +56,7 @@
5656

5757
🥷 Stealthy CDP Mode examples are located in [./examples/cdp_mode/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples/cdp_mode).
5858

59-
🎭 Stealthy Playwright examples are located in [./examples/cdp_mode/playwright](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/).
59+
🎭 Stealthy Playwright examples are located in [./examples/cdp_mode/playwright/](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/).
6060

6161
--------
6262

@@ -77,7 +77,7 @@ url = "https://www.browserscan.net/bot-detection"
7777
sb = sb_cdp.Chrome(url, locale="en", ad_block=True)
7878
sb.flash("Test Results", duration=3, pause=1)
7979
sb.assert_element('strong:contains("Normal")')
80-
print("Bot Not detected")
80+
print("Bot Not Detected")
8181
sb.flash('strong:contains("Normal")', duration=3, pause=2)
8282
```
8383

0 commit comments

Comments
 (0)