class Selenium::WebDriver::Edge::Service
Constants
- DEFAULT_PORT
- DRIVER_PATH_ENV_KEY
- EXECUTABLE
- SHUTDOWN_SUPPORTED
Public Instance Methods
Source
# File lib/selenium/webdriver/edge/service.rb, line 28 def log return @log unless @log.is_a? String @args << "--log-path=#{@log}" @log = nil end