Module: Selenium::WebDriver::DriverExtensions::HasApplePermissions Private
- Defined in:
 - lib/selenium/webdriver/common/driver_extensions/has_apple_permissions.rb
 
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- 
  
    
      #permissions  ⇒ Hash 
    
    
  
  
  
  
  
  
  
  private
  
    
Returns permissions.
 - 
  
    
      #permissions=(permissions)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
Sets permissions.
 
Instance Method Details
#permissions ⇒ Hash
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.
Returns permissions.
      30 31 32  | 
    
      # File 'lib/selenium/webdriver/common/driver_extensions/has_apple_permissions.rb', line 30 def @bridge. end  | 
  
#permissions=(permissions) ⇒ 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.
Sets permissions.
      43 44 45  | 
    
      # File 'lib/selenium/webdriver/common/driver_extensions/has_apple_permissions.rb', line 43 def () @bridge. = end  |