Method: Playwright::BrowserContext#off

Defined in:
lib/playwright_api/browser_context.rb

#off(event, callback) ⇒ Object

– inherited from EventEmitter –



499
500
501
# File 'lib/playwright_api/browser_context.rb', line 499

def off(event, callback)
  event_emitter_proxy.off(event, callback)
end