Method: Selenium::WebDriver::Support::Select#multiple?
- Defined in:
- lib/selenium/webdriver/support/select.rb
#multiple? ⇒ Boolean
Does this select element support selecting multiple options?
43 44 45 |
# File 'lib/selenium/webdriver/support/select.rb', line 43 def multiple? @multi end |