I'm using the Selenium ChromeDriver with C#. I want to disable javascript to increase the testing speed. I have found a way to disable loading images, but I can't find how to disable javascript.
Update: I can disable js with the Firefox Driver using C#. The Question is how to disable javascript using the C# ChromeDriver specifically.