Module: Selenium::WebDriver::PhantomJS
- Defined in:
- rb/lib/selenium/webdriver/phantomjs/bridge.rb,
rb/lib/selenium/webdriver/phantomjs/service.rb,
rb/lib/selenium/webdriver/phantomjs.rb
Defined Under Namespace
Class Method Summary (collapse)
Class Method Details
+ (Object) path
16 17 18 |
# File 'rb/lib/selenium/webdriver/phantomjs.rb', line 16 def self.path @path ||= Platform.find_binary("phantomjs") end |
+ (Object) path=(path)
11 12 13 14 |
# File 'rb/lib/selenium/webdriver/phantomjs.rb', line 11 def self.path=(path) Platform.assert_executable path @path = path end |