Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/edge/service.rbs
4136 views
module Selenium
  module WebDriver
    module Edge
      class Service < WebDriver::Service
        DRIVER_PATH_ENV_KEY: String

        @log: untyped

        DEFAULT_PORT: Integer

        EXECUTABLE: String

        SHUTDOWN_SUPPORTED: bool

        def initialize: (?args: Array[String]?, **untyped) -> void

        def log: () -> untyped
      end
    end
  end
end