# File lib/selenium/webdriver/phantomjs.rb, line 16 def self.path @path ||= Platform.find_binary("phantomjs") end
# File lib/selenium/webdriver/phantomjs.rb, line 11 def self.path=(path) Platform.assert_executable path @path = path end