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

        @timestamp: untyped

        @stacktrace: untyped

        attr_accessor description: untyped

        attr_accessor timestamp: untyped

        attr_accessor stacktrace: untyped

        def initialize: (description: untyped, timestamp: untyped, stacktrace: untyped) -> void
      end
    end
  end
end