Skip to content

Commit 336ddd8

Browse files
committed
Update the docs
1 parent 5161fa4 commit 336ddd8

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
319319
--extension-dir=DIR # (Load a Chrome Extension directory, comma-separated.)
320320
--headless # (Run tests headlessly. Default mode on Linux OS.)
321321
--headed # (Run tests with a GUI on Linux OS.)
322+
--locale=LOCALE_CODE # (Set the Language Locale Code for the web browser.)
322323
--start-page=URL # (The starting URL for the web browser when tests begin.)
323324
--archive-logs # (Archive old log files instead of deleting them.)
324325
--time-limit=SECONDS # (Safely fail any test that exceeds the limit limit.)

help_docs/ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<div><a href="https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/"><b>Console Scripts Tutorial</b></a></div>
1818
<div><a href="https://seleniumbase.io/help_docs/mobile_testing/"><b>Mobile Device Testing</b></a></div>
1919
<div><a href="https://seleniumbase.io/help_docs/method_summary/"><b>Method Summary (API Ref)</b></a></div>
20+
<div><a href="https://seleniumbase.io/help_docs/locale_codes/"><b>Language Locale Codes</b></a></div>
2021
<div><a href="https://seleniumbase.io/help_docs/translations/"><b>Language Translations</b></a></div>
2122
<div><a href="https://seleniumbase.io/help_docs/js_package_manager/"><b>JS Package Manager</b></a></div>
2223
<div><a href="https://seleniumbase.io/examples/tour_examples/ReadMe/"><b>Tour Examples</b></a></div>
@@ -45,6 +46,7 @@
4546
<div><a href="https://seleniumbase.com/seleniumbase/console_scripts/"><b>Console Scripts Tutorial</b></a></div>
4647
<div><a href="https://seleniumbase.com/help_docs/mobile_testing"><b>Mobile Device Testing</b></a></div>
4748
<div><a href="https://seleniumbase.com/help_docs/method_summary"><b>Method Summary (API Ref)</b></a></div>
49+
<div><a href="https://seleniumbase.com/help_docs/locale_codes"><b>Language Locale Codes</b></a></div>
4850
<div><a href="https://seleniumbase.com/help_docs/translations"><b>Language Translations</b></a></div>
4951
<div><a href="https://seleniumbase.com/help_docs/js_package_manager"><b>JS Package Manager</b></a></div>
5052
<div><a href="https://seleniumbase.com/examples/tour_examples/"><b>Tour Examples</b></a></div>

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ nav:
6767
- Examples: examples/ReadMe.md
6868
- API Reference: help_docs/method_summary.md
6969
- Languages / 语言:
70+
- Locale Codes: help_docs/locale_codes.md
7071
- Translations: help_docs/translations.md
7172
- Chinese / 中文文件: help_docs/chinese.md
7273
- Mobile Testing: help_docs/mobile_testing.md

0 commit comments

Comments
 (0)