Difference between revisions of "Selenium Documentation"
Jump to navigation
Jump to search
Peterjalbert (talk | contribs) |
Peterjalbert (talk | contribs) |
||
Line 21: | Line 21: | ||
==Helpful Links== | ==Helpful Links== | ||
[https://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python How to Download a file in Python with a URL] | [https://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python How to Download a file in Python with a URL] | ||
+ | |||
[https://stackoverflow.com/questions/20986631/how-can-i-scroll-a-web-page-using-selenium-webdriver-in-python Selenium: Scroll a Webpage] | [https://stackoverflow.com/questions/20986631/how-can-i-scroll-a-web-page-using-selenium-webdriver-in-python Selenium: Scroll a Webpage] | ||
+ | |||
[https://stackoverflow.com/questions/24795198/selenium-python-get-all-children-elements Selenium: Get Children Elements] | [https://stackoverflow.com/questions/24795198/selenium-python-get-all-children-elements Selenium: Get Children Elements] |
Revision as of 11:20, 20 December 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.
Installation
A full list of installation documentation can be found here.
This documentation assumes you have Python 3.6 or later installed. If you do not, visit the Python Download page.
From the command line, enter
pip install selenium
The Basics
A folder with tutorial code can be found on the RDP in:
E:\McNair\Software\Selenium Tutorial