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