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

HowTo

How to block YouTube on hover preview (Inline Playback) “feature” once & for all

Now, Youtube Annoys You By Enlarging Video Thumbnails As You Hover Over Them A while ago, YouTube introduced a new “feature” called Inline Playback. That “feature” allows you to hover the mouse over a video thumbnail, which enlarges the thumbnail & plays a clip from the video. I found this to be quite annoying & …

How to block YouTube on hover preview (Inline Playback) “feature” once & for all Read More »

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 »