Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/bidi/struct.rbs
1865 views
module Selenium
  module WebDriver
    class BiDi
      class Struct < ::Struct[untyped]
        def self.new: (*untyped args) ?{ (self) [self: self] -> untyped } -> void

        def self.camel_to_snake: (String camel_str) -> String
      end
    end
  end
end