Module: Selenium::WebDriver::Firefox::FirefoxPrefs
- Included in:
- Driver
- Defined in:
- lib/firefox_prefs.rb
Overview
adds Driver#pref method and [] and []= methods on that object
Instance Method Summary collapse
Instance Method Details
#pref ⇒ Object
65 66 67 |
# File 'lib/firefox_prefs.rb', line 65 def pref Preference.new self end |