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, binary_path=, #initialize, #launch, launcher, #quit

Constructor Details

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

Class Method Details

.possible_pathsObject



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

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