Method: Playwright::BrowserType#on
- Defined in:
- lib/playwright_api/browser_type.rb
#on(event, callback) ⇒ Object
– inherited from EventEmitter –
179 180 181 |
# File 'lib/playwright_api/browser_type.rb', line 179 def on(event, callback) event_emitter_proxy.on(event, callback) end |