class Selenium::WebDriver::Chrome::Service

def log

def log
  return @log unless @log.is_a? String
  @args << "--log-path=#{@log}"
  @log = nil
end