Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/logs.rbs
1865 views
module Selenium
  module WebDriver
    class Logs
      @bridge: untyped

      def initialize: (untyped bridge) -> void

      def get: (untyped type) -> untyped

      def available_types: () -> untyped
    end
  end
end