It looks like Firefox and Chrome started to force the usage of TLS version 1.2. It is a good move and this also forces hosting providers to keep their infrastructure…
Yes, I know that the easiest way to receive some output from my Python script is to use a print statement. Nice and easy. But is it? It can be…
Have you noticed a strange issue with Selenium when trying to get an element screenshot in Firefox? Once you try to take a screenshot of a particular element on the…
I wrote a few words on how to use Selenium and how to capture screenshots of the website in my previous posts. In this one, I want to show how…
In my previous post, I provided a list of simple Selenium snippets I’m using regularly. This time I want to focus on the particular function – creating screenshots of the…
I’m not an expert in Selenium, nor in Python, but it looks like I’m using it more often every month. Selenium is in most cases used to test web applications…
From time to time we are facing the metaspace issue on various ColdFusion servers. The websites are frozen and in the error log you can find something like this: “Error”,”http-nio-8500-exec-7″,”06/04/20″,”12:09:39″,”cfadmin”,”Metaspace…
It looks like the recent Windows 10 update killed most of the consumer Brother printers. The update was released on June 9th, 2020 and you can see more information about…
In many cases, we have to create a copy of the WordPress website. Sometimes it is located on a local machine, sometimes on the separate dev server. There are cases…
NOTE: This post is relevant for the Apache-based servers. For IIS-based servers, see https://handyman.dulare.com/http-status-403-forbidden-after-coldfusion-upgrade/ I noticed that this issue occurs on ColdFusion 2016 and 2018 after the ColdFusion server update.…