class Selenium::DevTools::V136::PWA

def open_current_page_in_app(manifest_id:)

def open_current_page_in_app(manifest_id:)
  @devtools.send_cmd('PWA.openCurrentPageInApp',
                     manifestId: manifest_id)
end