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

        DRIVER_PATH_ENV_KEY: String
        EXECUTABLE: String

        SHUTDOWN_SUPPORTED: bool
      end
    end
  end
end