Method: Playwright::Keyboard#up
- Defined in:
- lib/playwright_api/keyboard.rb
#up(key) ⇒ Object
Dispatches a ‘keyup` event.
146 147 148 |
# File 'lib/playwright_api/keyboard.rb', line 146 def up(key) wrap_impl(@impl.up(unwrap_impl(key))) end |