A few weeks ago, I started my security camera timelapse project which resulted in a lot of files being captured (my camera takes a photo every minute). I moved the…
Tag: Python
Here is the story: as the result of my security camera timelapse project, I ended up with a ton of files stored in a single directory. I want them to…
More than two years ago, I wrote a “how-to” post about the Amazon AWS Instance Scheduler that was based on the pieces provided by the AWS team. I notice that…
I know, I know, this is not the best practice. The instance should be configured so it will work properly and status checks will always pass. The problem is that…
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…
Recently I write more and more Python scripts to automate various tasks. Since they are running on schedule, I typically don’t see any output from them. Because I like to…