Selenium was created as a UI Testing Tool. This still used by Testers in software companies.
Tag Archives: Python
Part 3 of Scrapy and JSON
This blog is nothing but a copy of Scrapy and JSON. All the content is a dummy and for practice only. How easy is it to get JSON data with Scrapy? The answer—very easy, even if you have basic knowledge of Scrapy. The most common question that I get asked is which is the best toolContinue reading “Part 3 of Scrapy and JSON”
Part 1 of Scrapy and JSON
How easy is it to get JSON data with Scrapy? This is one more dummy post for practice. The answer—very easy, even if you have basic knowledge of Scrapy. The most common question that I get asked is which is the best tool for getting data from web pages It is difficult to have aContinue reading “Part 1 of Scrapy and JSON”
Send Mail using Python
Securely send mail from code: Sending mail with Python is very easy. just a few lines of code. But what that password that you are writing in your source code?
Running BS4, Selenium, Scrapy
Selenium was created as a UI Testing Tool. This still used by Testers in software companies.