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...