Class: Capybara::Playwright::Node::RadioButton

Inherits:
Settable
  • Object
show all
Defined in:
lib/capybara/playwright/node.rb

Instance Method Summary collapse

Methods inherited from Settable

#initialize

Constructor Details

This class inherits a constructor from Capybara::Playwright::Node::Settable

Instance Method Details

#set(_, **options) ⇒ Object



221
222
223
# File 'lib/capybara/playwright/node.rb', line 221

def set(_, **options)
  @element.check(timeout: @timeout)
end