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

        @log: untyped

        DEFAULT_PORT: Integer

        EXECUTABLE: String

        SHUTDOWN_SUPPORTED: bool

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