diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-03 13:02:50 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:27 -0600 |
commit | 3795956fae85bb21d1ee25fb0a95cf8b276667a0 (patch) | |
tree | fcfd4404bc2e482857beb90645c5921d8774c967 /python/selenium/README | |
parent | 6f34dbca4376924913ba6d489ae5804bfc6c05f7 (diff) | |
download | slackbuilds-3795956fae85bb21d1ee25fb0a95cf8b276667a0.tar.gz |
python/selenium: Added (Python bindings for Selenium).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/selenium/README')
-rw-r--r-- | python/selenium/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/selenium/README b/python/selenium/README new file mode 100644 index 0000000000..d7d3e713df --- /dev/null +++ b/python/selenium/README @@ -0,0 +1,9 @@ +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. |