© 2026 Hashnode
In my previous article;🔗 How I Learned & Used Cron Jobs — From Concept to Real Automation in Production,I explained how cron jobs work and how I used them in production. However, when it comes to running Python + Selenium WebDriver with cron jobs, a...

Web scraping lets you automatically extract data from websites, so you can store it in a structured format for later use. In this article, you'll explore how to use popular R libraries for web scraping to extract data from a website. The target websi...

At the end of 2024, my team and I, Cybersentrix, organized a CTF event aimed at high school students. This event featured two rounds: Qualifiers and Finals. In the Qualifiers, I contributed seven challenges spanning various categories: • 2 Web Challe...

This is the perfect way to make the web automation tests execute faster. So let’s get started to know how we can achieve it. Google Chrome is the industry leader in executing selenium automation tests because it is one of the most popular web browser...

In the fast-paced world of software development, ensuring the reliability and performance of web applications is crucial. Automated testing is a key practice that helps developers and testers maintain high-quality standards without the need for repet...
