INNER CODE UNIT · Ruby

build_remote_debug_url

rubycdp/ferrum · lib/ferrum/browser.rb:331

    def build_remote_debug_url(path:)
      return path if Addressable::URI.parse(path).absolute?

      "http://#{process.host}:#{process.port}#{path}"
    end
  end
end

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…