I am trying to disable all chrome extensions when starting up my selenium chrome. But all extensions keep starting up each time I run the code. Is there a way of disabling t
Found a fix.
capabilities.setCapability("chrome.switches", Arrays.asList("--disable-extensions"));