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
You'll need **[Python](https://www.python.org/downloads/)**[<imgsrc="https://img.shields.io/badge/python-2.7,_3.5,_3.6,_3.7+-22AADD.svg"alt="Python versions" />](https://www.python.org/downloads/)
18
+
You'll need **[Python](https://www.python.org/downloads/)**[<imgsrc="https://img.shields.io/badge/python-2.7,_3.5,_3.6,_3.7+-22AADD.svg"alt="" />](https://www.python.org/downloads/)
You may want to use a **Python Virtual Environment** to isolate Python dependencies between projects. (The Seleniumbase virtualenv tutorial can be found **[here](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md)**, and the official virtualenv tutorial can be found **[here](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)**.)
self.assert_true(num_email_results) #true if not zero
699
+
self.assert_true(num_email_results) #True if not zero
700
700
```
701
701
702
702
Now you can parse through the email if you're looking for specific text or want to navigate to a link listed there.
@@ -708,8 +708,8 @@ Now you can parse through the email if you're looking for specific text or want
708
708
<i>**Questions or Comments?**</i><br />
709
709
[](https://gitter.im/seleniumbase/SeleniumBase?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)<br />
710
710
711
-
If you see something, say something! We are very active in resolving issues. [<imgsrc="https://img.shields.io/github/issues-closed-raw/seleniumbase/SeleniumBase.svg"alt="Closed Issues" />](https://github.com/seleniumbase/SeleniumBase/issues?q=is%3Aissue+is%3Aclosed)
711
+
If you see something, say something! We are very active in resolving issues. [<imgsrc="https://img.shields.io/github/issues-closed-raw/seleniumbase/SeleniumBase.svg"alt="" />](https://github.com/seleniumbase/SeleniumBase/issues?q=is%3Aissue+is%3Aclosed)
0 commit comments