Skip to content

Commit b6f92b3

Browse files
committed
Update the ReadMe
1 parent 0f3e0b6 commit b6f92b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://seleniumbase.io">
1717
<img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBDD.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions">
1818
<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank">
19-
<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title="Stargazers" /></a>
19+
<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a>
2020
</p>
2121

2222
<p align="center">
@@ -857,7 +857,8 @@ def is_there_a_cloaked_klingon_ship_on_this_page():
857857
return False
858858
```
859859
860-
is_text_visible(text, selector) # is text visible on a page
860+
<details>
861+
<summary>is_text_visible(text, selector) # is text visible on a page</summary>
861862
862863
```python
863864
def get_mirror_universe_captain_picard_superbowl_ad(superbowl_year):
@@ -886,6 +887,8 @@ def get_mirror_universe_captain_picard_superbowl_ad(superbowl_year):
886887
raise Exception("Reports of my assimilation are greatly exaggerated.")
887888
```
888889
890+
</details>
891+
889892
🔵 Switching Tabs:
890893
891894
<p>If your test opens up a new tab/window, you can switch to it. (SeleniumBase automatically switches to new tabs that don't open to ``about:blank`` URLs.)</p>

0 commit comments

Comments
 (0)