|  | 
| 1 |  | -# Using Python Selenium to Automate Tasks¶ | 
|  | 1 | +# Using Python Selenium to Automate Tasks | 
| 2 | 2 | 
 | 
| 3 |  | -Welcome to this lesson. I prepared [a notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/73-75-selenium/python-selenium.ipynb) so you can follow along. | 
|  | 3 | +[Selenium](https://selenium-python.readthedocs.io) is a great tool to write functional/acceptance tests and automation scripts that require interaction with a webpage. In today's lesson you learn how to effectively do this. | 
| 4 | 4 | 
 | 
| 5 |  | -## Day 1: Selenium by Example | 
| 6 |  | - | 
| 7 |  | -[Selenium](https://selenium-python.readthedocs.io) is a great tool to write functional/acceptance tests and automation scripts that require interaction with a webpage. | 
|  | 5 | +First we will get Selenium running and look at two use cases. Then we have you code 1 or 2 scripts using Selenium. | 
| 8 | 6 | 
 | 
| 9 |  | -In this lesson we get Selenium running and look at two use cases. Then we have you code 1 or 2 scripts using Selenium. | 
|  | 7 | +## Day 1: Selenium by Example | 
| 10 | 8 | 
 | 
| 11 |  | -Sit back and watch the videos and use [my notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/73-75-selenium/python-selenium.ipynb) if you want to try the examples out yourself. | 
|  | 9 | +Today you watch the videos. You can follow along with my notebook[here](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/73-75-selenium/python-selenium.ipynb). | 
| 12 | 10 | 
 | 
| 13 | 11 | ## Day 2 and 3: Practice time! | 
| 14 | 12 | 
 | 
| 15 | 13 | Now it's your turn. The goal is to have you get your hands dirty using Python Selenium.  | 
| 16 | 14 | 
 | 
| 17 |  | -Check out [the notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/73-75-selenium/python-selenium.ipynb) for some pointers. A nice exercise is [PyBites Code Challenge 32 - Test a Simple Django App With Selenium ](https://codechalleng.es/challenges/32/) - try to complete it and PR your work. | 
|  | 15 | +Try to complete [PyBites Code Challenge 32 - Test a Simple Django App With Selenium ](https://codechalleng.es/challenges/32/) and PR your work. [My notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/73-75-selenium/python-selenium.ipynb) has some more pointers as well. | 
| 18 | 16 | 
 | 
| 19 | 17 | ## Time to share what you've accomplished! | 
| 20 | 18 | 
 | 
|  | 
0 commit comments