Module: Selenium::WebDriver::PhantomJS
- Defined in:
- lib/selenium/webdriver/phantomjs.rb,
lib/selenium/webdriver/phantomjs/bridge.rb,
lib/selenium/webdriver/phantomjs/service.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.path ⇒ Object
33 34 35 |
# File 'lib/selenium/webdriver/phantomjs.rb', line 33 def self.path @path ||= Platform.find_binary("phantomjs") end |
.path=(path) ⇒ Object
28 29 30 31 |
# File 'lib/selenium/webdriver/phantomjs.rb', line 28 def self.path=(path) Platform.assert_executable path @path = path end |