This repository contains a study on how to automate web browser form filling in Python using selenium. To implement the script, I used the website http://automationpractice.com/
Here are the steps I followed:
1.1. Configuring the driver
1.2. Accessing the webpage using method get usando get
1.3. Referencing search box
1.4. Writing in the search box
1.5. Using method send_keys to press ENTER
1.6. Give some time for web browser to open the page
2.1. Box - first name
2.2. Box - last name
2.3. Box - password
2.4. Box - date of birth (drop down)
2.5. Box - check box
3.1. Box - First name
3.2. Box - Last name
3.3. Box - Company
3.4. Box - Address
3.5. Box - Address 2
3.6. Box - City
3.7. Box - State
3.8. Box - Zip/Postal Code
3.9. Box - Country
3.10. Box - Additional information
3.11. Box - Box - Home Phone
3.12. Box - Box - Mobile Phone
3.13. Box - Assign an address alias for future reference
3.14. Box - Register: Using method send_keys to press ENTER