Path: blob/trunk/rb/sig/lib/selenium/webdriver/ie/service.rbs
4164 views
module Selenium
module WebDriver
module IE
class Service < WebDriver::Service
DEFAULT_PORT: Integer
DRIVER_PATH_ENV_KEY: String
EXECUTABLE: String
SHUTDOWN_SUPPORTED: bool
def initialize: (?args: Array[String]?, **untyped) -> void
end
end
end
end