Collections:
What is Selenium?
![]()
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!) 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.
...
✍: Selenium
2017-11-19, 1617🔥, 0💬
Popular Posts:
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to validate domain name format? In order to help your programming or testing tasks, FYIcenter.co...
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...
How to perform regular expression pattern match with multiple occurrences? To perform a regular expr...