Difference between revisions of "Selenium Documentation"
Jump to navigation
Jump to search
Peterjalbert (talk | contribs) |
Peterjalbert (talk | contribs) |
||
Line 3: | Line 3: | ||
|Has owner=Peter Jalbert, | |Has owner=Peter Jalbert, | ||
}} | }} | ||
− | Selenium | + | [http://www.seleniumhq.org/projects/webdriver/ Selenium Web Driver] is a framework often used for automated web application testing. It uses an API to launch a web browser and browse sites from the client's perspective. Popular Selenium bindings exist for [http://selenium-python.readthedocs.io/ Python], [http://seleniumhq.github.io/selenium/docs/api/java/index.html Java], [https://www.npmjs.com/package/selenium-webdriver Javascript], and other languages. This documentation covers Selenium Web Driver using Python3. |
==Installation== | ==Installation== | ||
==Getting Started== | ==Getting Started== |
Revision as of 15:59, 6 November 2017
Selenium Documentation | |
---|---|
Project Information | |
Project Title | Selenium Documentation |
Owner | Peter Jalbert |
Start Date | |
Deadline | |
Primary Billing | |
Notes | |
Has project status | |
Copyright © 2016 edegan.com. All Rights Reserved. |
Selenium Web Driver is a framework often used for automated web application testing. It uses an API to launch a web browser and browse sites from the client's perspective. Popular Selenium bindings exist for Python, Java, Javascript, and other languages. This documentation covers Selenium Web Driver using Python3.