Method: Selenium::WebDriver::Safari.resource_path

Defined in:
lib/selenium/webdriver/safari.rb

.resource_pathObject

[View source]

52
53
54
# File 'lib/selenium/webdriver/safari.rb', line 52

def resource_path
  @resource_path ||= Pathname.new(File.expand_path("../safari/resources", __FILE__))
end