Check out my iOS apps here
As an Amazon Associate I earn from qualifying purchases.

Web Scraping

Introduction to selenium web driver series. What is it? And what browsers & programming languages it supports

Interested In Browser Automation? Let’s Learn That With Selenium Web Driver Selenium is a very prominent tool to launch & control a browser instance using many popular programming languages. It’s commonly used for testing web applications, automation, as well as web scraping (which can be illegal). In this series, we will take a look at …

Introduction to selenium web driver series. What is it? And what browsers & programming languages it supports Read More »

How To Download The HTML Of Web Page Programmatically In Java

Let’s Take A Look At Multiple Methods Of Downloading The HTML Of A Page With Java There are many times you are developing a Java application, and then you had to download the HTML of a web page. This can happen in many situations, including web scraping projects. This can also be useful to use …

How To Download The HTML Of Web Page Programmatically In Java Read More »

How to accept alert in Selenium tests in Java & Python

Here’s How To Accept & Wait For Alerts In Selenium In Java & Java Say you have created tests for all sorts of websites, but then one day, you were tasked with creating a test for a site that displays a Java Script alert? If you didn’t handle this alert, your test won’t work. Accepting …

How to accept alert in Selenium tests in Java & Python Read More »