Class: Selenium::WebDriver::Chrome::Launcher::MacOSXLauncher

Inherits:
UnixLauncher show all
Defined in:
lib/selenium/webdriver/chrome/launcher.rb

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



155
156
157
158
159
160
# File 'lib/selenium/webdriver/chrome/launcher.rb', line 155

def self.possible_paths
  [
   "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
   "#{Platform.home}/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
  ]
end