class Selenium::WebDriver::Chrome::Service

Constants

DEFAULT_PORT
DRIVER_PATH_ENV_KEY
EXECUTABLE
SHUTDOWN_SUPPORTED

Public Instance Methods

log() click to toggle source
# File lib/selenium/webdriver/chrome/service.rb, line 29
def log
  return @log unless @log.is_a? String

  @args << "--log-path=#{@log}"
  @log = nil
end