Method: Selenium::WebDriver::DriverExtensions::HasPermissions#add_permissions
- Defined in:
- lib/selenium/webdriver/common/driver_extensions/has_permissions.rb
#add_permissions(opt) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Set multiple permissions.
41 42 43 44 45 |
# File 'lib/selenium/webdriver/common/driver_extensions/has_permissions.rb', line 41 def (opt) opt.each do |key, value| @bridge.(key, value) end end |