assertThat(testElement.getHttpPort(), is(8080));
}
@Test
public void shouldUseHttpSettingsForAllProtocolsByDefault() {
final WebDriverConfig testElement = (WebDriverConfig) gui.createTestElement();
assertThat(testElement.isUseHttpSettingsForAllProtocols(), is(true));
}