Class: Selenium::WebDriver::Chrome::Launcher::UnixLauncher

Inherits:
Selenium::WebDriver::Chrome::Launcher show all
Defined in:
lib/selenium/webdriver/chrome/launcher.rb

Direct Known Subclasses

MacOSXLauncher

Instance Attribute Summary

Attributes inherited from Selenium::WebDriver::Chrome::Launcher

#pid

Class Method Summary collapse

Methods inherited from Selenium::WebDriver::Chrome::Launcher

binary_path, #initialize, #launch, launcher, #quit

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Chrome::Launcher

Class Method Details

.possible_pathsObject



148
149
150
# File 'lib/selenium/webdriver/chrome/launcher.rb', line 148

def self.possible_paths
  [Platform.find_binary("google-chrome"), "/usr/bin/google-chrome"].compact
end