Update the ReadMe

This commit is contained in:
Michael Mintz 2022-05-18 23:06:10 -04:00
parent c8f3fa0a7e
commit 95278d0ef9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<details>
<summary> (expand) ▶️ How is SeleniumBase different from raw Selenium?</summary>
<div>
<div><br />
✔️ SeleniumBase is a Python test framework for the Selenium/WebDriver browser automation library. This framework incorporates test-runners such as <code>pytest</code>, <code>nosetests</code>, and <code>behave</code> to provide organized structure, test discovery, test execution, test state (<i>eg. passed, failed, or skipped</i>), and command-line options for changing default settings (<i>such as which browser to use</i>). With raw Selenium, you would need to set up your own options-parser for configuring tests from the command-line.