Method: Selenium::WebDriver::Chrome::Launcher::UnixLauncher.possible_paths

Defined in:
lib/selenium/webdriver/chrome/launcher.rb

.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