@Test
 public void getSetChromeDriverPath() {
   config.setChromeDriverPath("some path");
   assertThat(config.getChromeDriverPath(), is("some path"));
 }