summaryrefslogtreecommitdiffstats
path: root/python/selenium/README
blob: a7766d341e5fdefad90e9fdef4e91e3fb670402c (plain)
1
2
3
4
5
6
7
8
9
10
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.