Path: blob/trunk/rb/sig/lib/selenium/webdriver/safari/service.rbs
4220 views
module Selenium
module WebDriver
module Safari
class Service < WebDriver::Service
DEFAULT_PORT: Integer
DRIVER_PATH_ENV_KEY: String
EXECUTABLE: String
SHUTDOWN_SUPPORTED: bool
def initialize: (?path: untyped?, ?port: untyped?, ?log: untyped?, ?args: untyped?) -> void
def log=: (*untyped) -> untyped
end
end
end
end