Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/devtools/console_event.rbs
1865 views
module Selenium
  module WebDriver
    class DevTools
      class ConsoleEvent
        @type: untyped

        @timestamp: untyped

        @args: untyped

        attr_accessor type: untyped

        attr_accessor timestamp: untyped

        attr_accessor args: untyped

        def initialize: (type: untyped, timestamp: untyped, args: untyped) -> void
      end
    end
  end
end