diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:21:07 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | acd9afc565e87415d12a420359dc746580d13e7b (patch) | |
tree | 9962542f3f2d01eb7f783e0fb8c9d3c38787e106 | |
parent | fe364a72f55c8a5690bb5b068debaba211025763 (diff) |
python/selenium: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/selenium/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/python/selenium/README b/python/selenium/README index d7d3e713df23a..a7766d341e5fd 100644 --- a/python/selenium/README +++ b/python/selenium/README @@ -1,9 +1,11 @@ Selenium automates browsers. + That's it! What you do with that power is entirely up to you. -Primarily, it is for automating web applications for testing purposes, -but is certainly not limited to just that. Boring web-based administration -tasks can (and should!) also be automated as well. -Selenium has the support of some of the largest browser vendors who have -taken (or are taking) steps to make Selenium a native part of their browser. -It is also the core technology in countless other browser automation tools, -APIs and frameworks. +Primarily, it is for automating web applications for testing +purposes, but is certainly not limited to just that. Boring web-based +administration tasks can (and should!) also be automated as well. + +Selenium has the support of some of the largest browser vendors who +have taken (or are taking) steps to make Selenium a native part of +their browser. It is also the core technology in countless other +browser automation tools, APIs and frameworks. |