Hide the console in Python Selenium
Published at Dec. 1, 2020 · 1 min read
Running Python Selenium causes the ChromeDriver console window to appear. In this article, I will …
Published at Dec. 1, 2020 · 1 min read
Running Python Selenium causes the ChromeDriver console window to appear. In this article, I will …
Published at Jul. 28, 2020 · 1 min read
This is how to get the value of the href attribute of the a tag in Puppeteer. I write about how to …
Published at Jan. 30, 2020 · 1 min read
Introducing a PowerShell script that converts an Excel file to PDF format and saves it.
Published at Jan. 3, 2020 · 1 min read
This is a method of compressing a folder into a ZIP file (.zip) with Python. It also describes how …