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
Copy file name to clipboardExpand all lines: help_docs/how_it_works/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2862,7 +2862,7 @@ <h1>👁️ How it Works</h1>
2862
2862
2863
2863
<h2id="how-seleniumbase-works"><ahref="https://github.com/seleniumbase/SeleniumBase/"><imgsrc="https://seleniumbase.github.io/img/logo6.png" title="SeleniumBase" width="32"></a> How SeleniumBase Works 👁️<aclass="headerlink" href="#how-seleniumbase-works" title="Permanent link">¶</a></h2>
2864
2864
<p><aid="how_seleniumbase_works"></a></p>
2865
-
<p>👁️🔎 The primary <ahref="../syntax_formats/">SeleniumBase syntax format</a> works by extending <ahref="https://docs.pytest.org/en/latest/">pytest</a> as a direct plugin. SeleniumBase automatically spins up web browsers for tests (using <ahref="https://www.selenium.dev/documentation/webdriver/">Selenium WebDriver</a>), and then gives those tests access to the SeleniumBase libraries through the <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py">BaseCase class</a>. Tests are also given access to <ahref="../customizing_test_runs/">SeleniumBase command-line options</a> and <ahref="../method_summary/">SeleniumBase methods</a>, which provide additional functionality.</p>
2865
+
<p>👁️🔎 The primary <ahref="../syntax_formats/">SeleniumBase syntax format</a> works by extending <ahref="https://docs.pytest.org/en/latest/">pytest</a> as a direct plugin. SeleniumBase automatically spins up web browsers for tests, and then gives those tests access to the SeleniumBase libraries through the <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py">BaseCase class</a>. Tests are also given access to <ahref="../customizing_test_runs/">SeleniumBase command-line options</a> and <ahref="../method_summary/">SeleniumBase methods</a>.</p>
2866
2866
<p>👁️🔎 <code>pytest</code> uses a feature called test discovery to automatically find and run Python methods that start with <code>test_</code> when those methods are located in Python files that start with <code>test_</code> or end with <code>_test.py</code>.</p>
2867
2867
<p>👁️🔎 The primary <ahref="../syntax_formats/">SeleniumBase syntax format</a> starts by importing <code>BaseCase</code>:</p>
Copy file name to clipboardExpand all lines: help_docs/install/index.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2865,7 +2865,6 @@ <h3><code>pip install</code> can be customized:</h3>
2865
2865
<ul>
2866
2866
<li>(Add <code>--upgrade</code> OR <code>-U</code> to upgrade SeleniumBase.)</li>
2867
2867
<li>(Add <code>--force-reinstall</code> to upgrade indirect libraries.)</li>
2868
-
<li>(Use <code>pip3</code> if multiple versions of Python are present.)</li>
2869
2868
</ul>
2870
2869
<p>(If you're not using a virtual environment, you may need to add <code>--user</code> to your <code>pip</code> command if you're seeing errors during installation.)</p>
0 commit comments