Method: Selenium::WebDriver::Platform.make_writable

Defined in:
lib/selenium/webdriver/common/platform.rb

.make_writable(file) ⇒ 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.



102
103
104
# File 'lib/selenium/webdriver/common/platform.rb', line 102

def make_writable(file)
  File.chmod 0766, file
end