HTTPクライアントの設定
これにより、HTTPライブラリのさまざまなパラメーターを設定できます。
    client = Selenium::WebDriver::Remote::Http::Default.new(open_timeout: 30, read_timeout: 30)
    expect(client.open_timeout).to eq 30これにより、HTTPライブラリのさまざまなパラメーターを設定できます。
    client = Selenium::WebDriver::Remote::Http::Default.new(open_timeout: 30, read_timeout: 30)
    expect(client.open_timeout).to eq 30Learn more or view the full list of sponsors.