module Selenium::WebDriver::Remote::Features

def download_file(name)

def download_file(name)
  execute :download_file, {}, {name: name}
end