Method: Playwright::BrowserType#once

Defined in:
lib/playwright_api/browser_type.rb

#once(event, callback) ⇒ Object

– inherited from EventEmitter –



191
192
193
# File 'lib/playwright_api/browser_type.rb', line 191

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