From acd9afc565e87415d12a420359dc746580d13e7b Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Mar 2022 11:21:07 -0400 Subject: python/selenium: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/selenium/README | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'python') 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. -- cgit v1.2.3