Method: Webdrone::Browser.firefox_options
- Defined in:
- lib/webdrone/browser.rb
.firefox_options ⇒ Object
24 25 26 27 28 29 30 |
# File 'lib/webdrone/browser.rb', line 24 def return @firefox_options if defined? @firefox_options @firefox_options = Selenium::WebDriver::Firefox::Options.new @firefox_options end |