Class: Selenium::WebDriver::Chrome::Launcher::MacOSXLauncher
- Inherits:
-
UnixLauncher
- Object
- Selenium::WebDriver::Chrome::Launcher
- UnixLauncher
- Selenium::WebDriver::Chrome::Launcher::MacOSXLauncher
- Defined in:
- lib/selenium/webdriver/chrome/launcher.rb
Instance Attribute Summary
Attributes inherited from Selenium::WebDriver::Chrome::Launcher
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_paths ⇒ Object
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 |