Skip to content

Commit 95278d0

Browse files
committed
Update the ReadMe
1 parent c8f3fa0 commit 95278d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<details>
5151
<summary> (expand) ▶️ How is SeleniumBase different from raw Selenium?</summary>
52-
<div>
52+
<div><br />
5353

5454
✔️ 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.
5555

0 commit comments

Comments
 (0)