Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/bidi/network/cookies.rbs
1990 views
module Selenium
  module WebDriver
    class BiDi
      class Cookies
        def initialize: (Hash[Symbol, String | Integer | bool] cookies) -> void

        def as_json: () -> Array[Hash[Symbol, untyped]]
      end
    end
  end
end