Update ReadMe files
This commit is contained in:
parent
302b9e9b85
commit
84b9ba8890
12
README.md
12
README.md
|
@ -63,7 +63,7 @@
|
|||
pytest my_first_test.py
|
||||
```
|
||||
|
||||
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480" /></a>
|
||||
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480" /></a>
|
||||
|
||||
> ``pytest`` uses ``--chrome`` by default unless set differently.
|
||||
|
||||
|
@ -361,10 +361,10 @@ COMMANDS:
|
|||
<summary> ▶️ Here's sample output from a chromedriver download. (<b>click to expand</b>)</summary>
|
||||
|
||||
```bash
|
||||
*** chromedriver to download = 116.0.5845.96 (Latest Stable)
|
||||
*** chromedriver to download = 121.0.6167.85 (Latest Stable)
|
||||
|
||||
Downloading chromedriver-mac-arm64.zip from:
|
||||
https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/mac-arm64/chromedriver-mac-arm64.zip ...
|
||||
https://storage.googleapis.com/chrome-for-testing-public/121.0.6167.85/mac-arm64/chromedriver-mac-arm64.zip ...
|
||||
Download Complete!
|
||||
|
||||
Extracting ['chromedriver'] from chromedriver-mac-arm64.zip ...
|
||||
|
@ -373,8 +373,8 @@ Unzip Complete!
|
|||
The file [chromedriver] was saved to:
|
||||
/Users/michael/github/SeleniumBase/seleniumbase/drivers/chromedriver
|
||||
|
||||
Making [chromedriver 116.0.5845.96] executable ...
|
||||
[chromedriver 116.0.5845.96] is now ready for use!
|
||||
Making [chromedriver 121.0.6167.85] executable ...
|
||||
[chromedriver 121.0.6167.85] is now ready for use!
|
||||
```
|
||||
|
||||
</details>
|
||||
|
@ -392,7 +392,7 @@ cd examples/
|
|||
pytest my_first_test.py
|
||||
```
|
||||
|
||||
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480" /></a>
|
||||
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480" /></a>
|
||||
|
||||
<p align="left"><b>Here's the code for <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>:</b></p>
|
||||
|
||||
|
|
|
@ -70,9 +70,9 @@ With raw Selenium, that requires more code:<br />
|
|||
|
||||
<p>💡 SeleniumBase has its own <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md">Recorder / Test Generator</a> for creating tests from manual browser actions.</p>
|
||||
|
||||
<p>💡 SeleniumBase comes with <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/case_plans.md">test case management software, ("CasePlans")</a>, for organizing tests and step descriptions.</p>
|
||||
<p>💡 SeleniumBase comes with <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/case_plans.md">test case management software, ("Case Plans")</a>, for organizing tests and step descriptions.</p>
|
||||
|
||||
<p>💡 SeleniumBase includes tools for <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md">building data apps, ("ChartMaker")</a>, which can generate JavaScript from Python.</p>
|
||||
<p>💡 SeleniumBase includes tools for <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md">building data apps, ("Chart Maker")</a>, which can generate JavaScript from Python.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!-- SeleniumBase Docs -->
|
||||
|
||||
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/sb_word_cloud.png" alt="SeleniumBase" title="SeleniumBase" width="450" /></a></p>
|
||||
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/sb_word_cloud.png" alt="SeleniumBase" title="SeleniumBase" width="330" /></a></p>
|
||||
|
||||
## [<img src="https://seleniumbase.github.io/img/logo6.png" title="SeleniumBase" width="32">](https://github.com/seleniumbase/SeleniumBase/) Help Docs
|
||||
|
||||
|
@ -33,10 +33,13 @@
|
|||
<a href="https://seleniumbase.io/examples/dialog_boxes/ReadMe/">🛂 Dialog Boxes</a>
|
||||
<br />
|
||||
<a href="https://seleniumbase.io/help_docs/recorder_mode/">🔴 Recorder</a> |
|
||||
<a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/migration/raw_selenium">🚝 Migrate</a>
|
||||
<a href="https://seleniumbase.io/devices/?url=seleniumbase.io">💻 Device Farm</a>
|
||||
<br />
|
||||
<a href="https://seleniumbase.io/examples/presenter/ReadMe/">🎞️ Slides</a> |
|
||||
<a href="https://seleniumbase.io/examples/chart_maker/ReadMe/">📶 Charts</a>
|
||||
<a href="https://seleniumbase.io/examples/chart_maker/ReadMe/">📶 Chart Maker</a>
|
||||
<br / >
|
||||
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/commander.md">🎖️ GUI</a> |
|
||||
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md">👤 UC Mode</a>
|
||||
</p>
|
||||
|
||||
--------
|
||||
|
@ -57,19 +60,20 @@
|
|||
<div><a href="https://seleniumbase.io/examples/example_logs/ReadMe/"><b>The Dashboard</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/recorder_mode/"><b>Recorder Mode</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/commander/"><b>pytest Commander</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/method_summary/"><b>Method Summary</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/syntax_formats/"><b>Syntax Formats</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/examples/behave_bdd/ReadMe/"><b>Behave BDD</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/behave_gui/"><b>Behave Commander</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/mobile_testing/"><b>Mobile Device Testing</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/method_summary/"><b>Method Summary (API Ref)</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/case_plans/"><b>Case Plans</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/examples/chart_maker/ReadMe/"><b>Chart Maker</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/translations/"><b>Language Translations</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/locale_codes/"><b>Language Locale Codes</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/js_package_manager/"><b>JS Package Manager</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/examples/tour_examples/ReadMe/"><b>Tour Examples</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/examples/tour_examples/ReadMe/"><b>Tour Maker</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/examples/presenter/ReadMe/"><b>Presentation Maker</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/examples/chart_maker/ReadMe/"><b>Chart Maker</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/handling_iframes/"><b>Handling iframes</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/uc_mode/"><b>Undetected Mode (UC Mode)</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/mysql_installation/"><b>MySQL Installation Overview</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/seleniumbase/utilities/selenium_grid/ReadMe/"><b>Using the Selenium Grid</b></a></div>
|
||||
<div><a href="https://seleniumbase.io/help_docs/desired_capabilities/"><b>Browser Desired Capabilities</b></a></div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<img src="https://seleniumbase.github.io/cdn/img/sb_word_cloud.png" alt="SeleniumBase" title="SeleniumBase" width="400" />
|
||||
<img src="https://seleniumbase.github.io/cdn/img/sb_word_cloud.png" alt="SeleniumBase" title="SeleniumBase" width="330" />
|
||||
|
||||
<h2><img src="https://seleniumbase.github.io/img/logo3b.png" title="SeleniumBase" width="32" /> Framework Folders</h2>
|
||||
|
||||
|
|
Loading…
Reference in New Issue