module Selenium::WebDriver::Chromium::Features

def launch_app(id)

def launch_app(id)
  execute :launch_app, {}, {id: id}
end