class Selenium::DevTools::V103::ServiceWorker
def dispatch_sync_event(origin:, registration_id:, tag:, last_chance:)
def dispatch_sync_event(origin:, registration_id:, tag:, last_chance:) @devtools.send_cmd('ServiceWorker.dispatchSyncEvent', origin: origin, registrationId: registration_id, tag: tag, lastChance: last_chance) end