class Selenium::DevTools::V136::ServiceWorker

def dispatch_periodic_sync_event(origin:, registration_id:, tag:)

def dispatch_periodic_sync_event(origin:, registration_id:, tag:)
  @devtools.send_cmd('ServiceWorker.dispatchPeriodicSyncEvent',
                     origin: origin,
                     registrationId: registration_id,
                     tag: tag)
end