Why streamlining and cost cutting isn’t the same

In Denmark, most people are acquainted with the word effektivisering, which translates into streamlining, or simple making more effecient. It is a word which is typically spoken by politicians or C-level people. However, when they say it, it usually doesn't have anything to do with efficiency, instead it is just another way of saying: "yeah, … Continue reading Why streamlining and cost cutting isn’t the same

Browser automation with Selenium

Selenium is a browser automation framework. This means that it can control the browser, in a manner similar to what you would do youself. For instance, it could be something like this: Open Google ChromeNavigate to Google.comType "Funny cat videos" into the search barClick the "Search" buttonOpen the first site in the search result. Now … Continue reading Browser automation with Selenium