Difference between revisions of "Web Automation"
| Line 9: | Line 9: | ||
* [[Python#Web Automation with Python|Web Automation with Python]] | * [[Python#Web Automation with Python|Web Automation with Python]] | ||
| − | ** [[Python#Requests|Requests]] simple HTTP library for Python | + | ** [[Python#Requests|Requests]] ...simple HTTP library for Python |
| − | ** [[Python#Beautiful Soup|Beautiful Soup]] for parsing HTML and XML documents. It creates parse trees | + | ** [[Python#Beautiful Soup|Beautiful Soup]] ...for parsing HTML and XML documents. It creates parse trees |
| − | ** [[Python#Scrapy|Scrapy]] open source and collaborative framework for extracting the data you need from websites | + | ** [[Python#Scrapy|Scrapy]] ...open source and collaborative framework for extracting the data you need from websites |
| − | ** [[Python#Selenium|Selenium]] a web testing library. It is used to automate browser activities. | + | ** [[Python#Selenium|Selenium]] ...a web testing library. It is used to automate browser activities. |
| − | |||
<youtube>mKxFfjNyj3c</youtube> | <youtube>mKxFfjNyj3c</youtube> | ||
Revision as of 10:29, 16 November 2019
YouTube search... ...Google search
- Web Automation with Python
- Requests ...simple HTTP library for Python
- Beautiful Soup ...for parsing HTML and XML documents. It creates parse trees
- Scrapy ...open source and collaborative framework for extracting the data you need from websites
- Selenium ...a web testing library. It is used to automate browser activities.