Skip to content

Commit c915541

Browse files
authored
Update README.md
1 parent 07ede02 commit c915541

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

days/73-75-selenium/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
# Using Python Selenium to Automate Tasks
1+
# Using Python Selenium to Automate Tasks
22

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.
44

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.
86

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
108

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).
1210

1311
## Day 2 and 3: Practice time!
1412

1513
Now it's your turn. The goal is to have you get your hands dirty using Python Selenium.
1614

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.
1816

1917
## Time to share what you've accomplished!
2018

0 commit comments

Comments
 (0)