summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:21:07 +0100
committer B. Watson2022-03-17 17:37:59 +0100
commitacd9afc565e87415d12a420359dc746580d13e7b (patch)
tree9962542f3f2d01eb7f783e0fb8c9d3c38787e106 /python
parentfe364a72f55c8a5690bb5b068debaba211025763 (diff)
downloadslackbuilds-acd9afc565e87415d12a420359dc746580d13e7b.tar.gz
python/selenium: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/selenium/README16
1 files changed, 9 insertions, 7 deletions
diff --git a/python/selenium/README b/python/selenium/README
index d7d3e713df..a7766d341e 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.