Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/port_prober.rbs
1865 views
module Selenium
  module WebDriver
    class PortProber
      def self.above: (untyped port) -> untyped

      IGNORED_ERRORS: untyped

      def self.free?: (untyped port) -> untyped
    end
  end
end