HTTP Client Configuration

These allow you to set various parameters for the HTTP library

    client = Selenium::WebDriver::Remote::Http::Default.new(open_timeout: 30, read_timeout: 30)
    expect(client.open_timeout).to eq 30