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…
Tag: Python
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…
I know that the title is rather a clickbait. It should be. If you are not using virtual environments for Python, you should start. This is really easy and can…
I’m just about to host the small Machine Learning workshop. I don’t want attendants to install Anaconda and use Jupyter Notebooks on their computers. I simply want to run Jupyter…
I tend to forget this simple solution so this post is mostly for myself. In the Django ORM, we are using order_by to sort results of the query by one…
You know the struggle – there are multiple websites on the same IIS server and there is no easy way to analyze all logs at once. From time to time…
I have an opportunity to develop client websites in various programming languages. Years ago I started with PHP, and I was using Ruby for some time… Later I was working…