Method: Playwright::BrowserContext#service_workers

Defined in:
lib/playwright_api/browser_context.rb

#service_workersObject

NOTE: Service workers are only supported on Chromium-based browsers.

All existing service workers in the context.



344
345
346
# File 'lib/playwright_api/browser_context.rb', line 344

def service_workers
  wrap_impl(@impl.service_workers)
end