Headless Chrome Webdriver Surface Pro X

When I try to execute a WebDriver-IO script in my Surface Pro X with the use of headless Chrome, I encounter the following exception,

~1 min read

Run Selenium test using WebDriverIO in a cron job

I want to generate some traffic to my blog for analytic purpose. Wrote a selenium script using a headless Chrome Browser and WebdriverIO. All works well but it doesn’t work when I put it as a cron job.

~1 min read

Add pagination to Jekyll site

I have been using Jekyll to write my blog for quite sometime. The “so-simple-theme” takes care of all the layout and today, I try to add pagination to my site since I have enough entries now.

~1 min read

Using REDIS container image and assign it with a password

By default, the Docker image provided by REDIS is having no authentication password. To secure the access, we need to either pack our container image together with a configuration file or volume mount where the configuration file resides.

~1 min read