Robotic Process Automation – What I have learned so far

Process automation, or sometimes Robotics Process Automation - RPA (we can discuss the differences of the two another time) is becoming increasingly popular. And for a good reason. It can save your company a lot of resources, often by doing some quite simple stuff. However, simple doesn't always mean easy. And when it comes to … Continue reading Robotic Process Automation – What I have learned so far

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