Skip to content

Commit 01fc3b7

Browse files
committed
Update the docs
1 parent 2439f8a commit 01fc3b7

File tree

61 files changed

+230
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+230
-224
lines changed

404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717

1818
<link rel="icon" href="/img/green_logo3.png">
19-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.34">
19+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.36">
2020

2121

2222

2323
<title>SeleniumBase Docs</title>
2424

2525

2626

27-
<link rel="stylesheet" href="/assets/stylesheets/main.35f28582.min.css">
27+
<link rel="stylesheet" href="/assets/stylesheets/main.06209087.min.css">
2828

2929

3030
<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
@@ -2537,7 +2537,7 @@ <h1>404 - Not found</h1>
25372537
</div>
25382538

25392539

2540-
<script id="__config" type="application/json">{"base": "/", "features": ["toc.hide", "toc.follow", "navigation.sections", "navigation.top", "navigation.tracking", "navigation.instant"], "search": "/assets/javascripts/workers/search.07f07601.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
2540+
<script id="__config" type="application/json">{"base": "/", "features": ["toc.hide", "toc.follow", "navigation.sections", "navigation.top", "navigation.tracking", "navigation.instant"], "search": "/assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
25412541

25422542

25432543
<script src="/assets/javascripts/bundle.56dfad97.min.js"></script>

assets/javascripts/workers/search.07f07601.min.js renamed to assets/javascripts/workers/search.6ce7567c.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/workers/search.07f07601.min.js.map renamed to assets/javascripts/workers/search.6ce7567c.min.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.06209087.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.06209087.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.35f28582.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/stylesheets/main.35f28582.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/ReadMe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323

2424
<link rel="icon" href="../../img/green_logo3.png">
25-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.34">
25+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.36">
2626

2727

2828

2929
<title>📚 Running Example Tests - SeleniumBase Docs</title>
3030

3131

3232

33-
<link rel="stylesheet" href="../../assets/stylesheets/main.35f28582.min.css">
33+
<link rel="stylesheet" href="../../assets/stylesheets/main.06209087.min.css">
3434

3535

3636
<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -2778,7 +2778,7 @@ <h3><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.githu
27782778
</div>
27792779

27802780

2781-
<script id="__config" type="application/json">{"base": "../..", "features": ["toc.hide", "toc.follow", "navigation.sections", "navigation.top", "navigation.tracking", "navigation.instant"], "search": "../../assets/javascripts/workers/search.07f07601.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
2781+
<script id="__config" type="application/json">{"base": "../..", "features": ["toc.hide", "toc.follow", "navigation.sections", "navigation.top", "navigation.tracking", "navigation.instant"], "search": "../../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
27822782

27832783

27842784
<script src="../../assets/javascripts/bundle.56dfad97.min.js"></script>

examples/behave_bdd/ReadMe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323

2424
<link rel="icon" href="../../../img/green_logo3.png">
25-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.34">
25+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.36">
2626

2727

2828

2929
<title>🐝 Behave-BDD ReadMe - SeleniumBase Docs</title>
3030

3131

3232

33-
<link rel="stylesheet" href="../../../assets/stylesheets/main.35f28582.min.css">
33+
<link rel="stylesheet" href="../../../assets/stylesheets/main.06209087.min.css">
3434

3535

3636
<link rel="stylesheet" href="../../../assets/stylesheets/palette.06af60db.min.css">
@@ -2867,7 +2867,7 @@ <h3 id="behave-gherkin-files">🐝 Behave-Gherkin files<a class="headerlink" hre
28672867
</div>
28682868

28692869

2870-
<script id="__config" type="application/json">{"base": "../../..", "features": ["toc.hide", "toc.follow", "navigation.sections", "navigation.top", "navigation.tracking", "navigation.instant"], "search": "../../../assets/javascripts/workers/search.07f07601.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
2870+
<script id="__config" type="application/json">{"base": "../../..", "features": ["toc.hide", "toc.follow", "navigation.sections", "navigation.top", "navigation.tracking", "navigation.instant"], "search": "../../../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
28712871

28722872

28732873
<script src="../../../assets/javascripts/bundle.56dfad97.min.js"></script>

examples/case_summary/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323

2424
<link rel="icon" href="../../img/green_logo3.png">
25-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.34">
25+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.36">
2626

2727

2828

2929
<title>🗂️ Case Plans (examples) - SeleniumBase Docs</title>
3030

3131

3232

33-
<link rel="stylesheet" href="../../assets/stylesheets/main.35f28582.min.css">
33+
<link rel="stylesheet" href="../../assets/stylesheets/main.06209087.min.css">
3434

3535

3636
<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -2767,7 +2767,7 @@ <h3>🔎 (Click rows to expand) 🔍</h3>
27672767
</div>
27682768

27692769

2770-
<script id="__config" type="application/json">{"base": "../..", "features": ["toc.hide", "toc.follow", "navigation.sections", "navigation.top", "navigation.tracking", "navigation.instant"], "search": "../../assets/javascripts/workers/search.07f07601.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
2770+
<script id="__config" type="application/json">{"base": "../..", "features": ["toc.hide", "toc.follow", "navigation.sections", "navigation.top", "navigation.tracking", "navigation.instant"], "search": "../../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
27712771

27722772

27732773
<script src="../../assets/javascripts/bundle.56dfad97.min.js"></script>

0 commit comments

Comments
 (0)