Method: Selenium::WebDriver::Options.ie
- Defined in:
- lib/selenium/webdriver/common/options.rb
.ie ⇒ Object Also known as: internet_explorer
40 41 42 |
# File 'lib/selenium/webdriver/common/options.rb', line 40 def ie(**) IE::Options.new(**) end |