Method: Selenium::WebDriver::Chromium::Profile#add_encoded_extension
- Defined in:
- lib/selenium/webdriver/chromium/profile.rb
#add_encoded_extension(encoded) ⇒ Object
43 44 45 |
# File 'lib/selenium/webdriver/chromium/profile.rb', line 43 def add_encoded_extension(encoded) @encoded_extensions << encoded end |