Method: Selenium::WebDriver::DriverExtensions::HasPermissions#add_permission
- Defined in:
- lib/selenium/webdriver/common/driver_extensions/has_permissions.rb
#add_permission(name, value) ⇒ 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 one permission.
31 32 33 |
# File 'lib/selenium/webdriver/common/driver_extensions/has_permissions.rb', line 31 def (name, value) @bridge.(name, value) end |