Skip to content

Commit 129876b

Browse files
committed
add selenium readme
1 parent 166e38c commit 129876b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

days/73-75-selenium/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Using Python Selenium to Automate Tasks¶
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.
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.
8+
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.
10+
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.
12+
13+
## Day 2 and 3: Practice time!
14+
15+
Now it's your turn. The goal is to have you get your hands dirty using Python Selenium.
16+
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.
18+
19+
## Time to share what you've accomplished!
20+
21+
Be sure to share your last couple of days work on Twitter or Facebook. Use the hashtag **#100DaysOfCode**.
22+
23+
Here are [some examples](https://twitter.com/search?q=%23100DaysOfCode) to inspire you. Consider including [@talkpython](https://twitter.com/talkpython) and [@pybites](https://twitter.com/pybites) in your tweets.
24+
25+
See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).

0 commit comments

Comments
 (0)