diff --git a/help_docs/how_it_works.md b/help_docs/how_it_works.md index 0d9a7525..d2b76be3 100644 --- a/help_docs/how_it_works.md +++ b/help_docs/how_it_works.md @@ -24,6 +24,7 @@ Here's what a full test might look like: ```python from seleniumbase import BaseCase +BaseCase.main(__name__, __file__) class TestMFALogin(BaseCase): def test_mfa_login(self): @@ -75,9 +76,7 @@ pytest -k agent * ``--sjw`` --> Skip JS Waits, which include ``wait_for_ready_state_complete()`` and ``wait_for_angularjs()``. -(NOTE: Those command-line options were added in SeleniumBase ``4.2.0``. Using both could lead to a 15% increase in test speed, but it could also lead to flaky tests, so use with caution.) - -------- -

SeleniumBase

+

SeleniumBase

diff --git a/help_docs/install.md b/help_docs/install.md index 654519be..06b5ebb7 100644 --- a/help_docs/install.md +++ b/help_docs/install.md @@ -2,19 +2,19 @@ ## [](https://github.com/seleniumbase/SeleniumBase/) SeleniumBase Installation -

If installing SeleniumBase directly from PyPI, (the Python Package Index), use:

+

If installing seleniumbase directly from PyPI, (the Python Package Index), use:

```bash pip install seleniumbase ``` -

To upgrade an existing seleniumbase install from PyPI:

+

To upgrade an existing seleniumbase install from PyPI:

```bash pip install -U seleniumbase ``` -

If installing SeleniumBase from a Git clone, use:

+

If installing seleniumbase from a Git clone, use:

```bash git clone https://github.com/seleniumbase/SeleniumBase.git @@ -37,7 +37,7 @@ git pull # To pull the latest version pip install -e . # Or "pip install ." ``` -

If installing SeleniumBase from a GitHub branch, use:

+

If installing seleniumbase from a GitHub branch, use:

```bash pip install git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=seleniumbase @@ -53,4 +53,4 @@ pip install git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=sele -------- -[](https://github.com/seleniumbase/SeleniumBase/) +[](https://github.com/seleniumbase/SeleniumBase/) diff --git a/mkdocs_build/requirements.txt b/mkdocs_build/requirements.txt index bdc25c46..542498d7 100644 --- a/mkdocs_build/requirements.txt +++ b/mkdocs_build/requirements.txt @@ -15,7 +15,7 @@ ghp-import==2.1.0 readme-renderer==37.3 pymdown-extensions==9.9.2 importlib-metadata==6.0.0 -pipdeptree==2.3.3 +pipdeptree==2.4.0 bleach==6.0.0 lunr==0.6.2 nltk==3.8.1 @@ -27,7 +27,7 @@ cssselect2==0.7.0 tinycss2==1.2.1 defusedxml==0.7.1 mkdocs==1.4.2 -mkdocs-material==9.0.11 +mkdocs-material==9.0.12 mkdocs-exclude-search==0.6.5 mkdocs-simple-hooks==0.1.5 mkdocs-material-extensions==1.1.1