Blog

Headless Browser Testing with Selenium

A headless browser is a very popular term in the testing community which refers to a web browser running without Graphical User Interface (GUI). A headless browser can access any website but unlike normal browsers (which you currently use) nothing...

Disabling JavaScript using Selenium

Introduction Some days ago I was looking for an easy way to disable JavaScript using chromedriver. It turned out to be surprisingly hard and once again I had to find proper Chrome preferencein the Chromium source code. If you ever...

Measuring page load times using Selenium

Introduction It seems like you really liked my latest post about console errors verification. Today I’d like to share another useful extension for your Selenium scripts - page load time measurements. Performance category is slightly underrepresented so far (only one...