Sha256: b6e87a4226db9036c7e501a4879e11f0dc114faddbb205f8dab742eb1fb5c839
Contents?: true
Size: 372 Bytes
Versions: 31
Compression:
Stored size: 372 Bytes
Contents
require 'net/http' require 'selenium/webdriver/phantomjs/service' require 'selenium/webdriver/phantomjs/bridge' module Selenium module WebDriver module PhantomJS def self.path=(path) Platform.assert_executable path @path = path end def self.path @path ||= Platform.find_binary("phantomjs") end end end end
Version data entries
31 entries across 31 versions & 3 rubygems