Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/safari/service.rbs
1865 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