Method: Selenium::WebDriver::Safari.resource_path
- Defined in:
- lib/selenium/webdriver/safari.rb
permalink .resource_path ⇒ Object
[View source]
52 53 54 |
# File 'lib/selenium/webdriver/safari.rb', line 52 def resource_path @resource_path ||= Pathname.new(File.("../safari/resources", __FILE__)) end |