|
1 | | -# Web Scraping with Python Selenium |
| 1 | +# Web Scraping with Python Selenium: Tutorial for Beginners |
2 | 2 |
|
3 | 3 | [<img src="https://img.shields.io/static/v1?label=&message=python&color=brightgreen" />](https://github.com/topics/python) [<img src="https://img.shields.io/static/v1?label=&message=selenium&color=blue" />](https://github.com/topics/selenium) [<img src="https://img.shields.io/static/v1?label=&message=Web%20Scraping&color=important" />](https://github.com/topics/web-scraping)
|
4 | 4 | - [Installing Selenium](#installing-selenium)
|
@@ -99,4 +99,4 @@ Lastly, return the `data` dictionary from this function.
|
99 | 99 |
|
100 | 100 | For the complete code, see [main.py](src/main.py).
|
101 | 101 |
|
102 | | -For a detailed tutorial on Selenium, see [our blog](https://oxylabs.io/blog/selenium-web-scraping). |
| 102 | +For a detailed tutorial on Selenium, see [our blog](https://oxylabs.io/blog/selenium-web-scraping). |
0 commit comments