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

HowTo

How to download & resume file download using Java

Downloading A File In Java Is Easy, But How About Resuming The Download Once It Stopped? There are many ways to download a file using Java. Either using Java standard libraries, or using external ones. But there are times where we want to not only download the file, but to resume the download in case …

How to download & resume file download using Java 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 »