Basics
Guides
API Reference
Basics
Guides
API Reference
[7:14] (extern: com.lehman.aussom.AConsoleMessage) extends: object
The consolemessage class wraps a browser console message event. Instances are obtained via page.waitForConsoleMessage().
type ()
Returns the console message type string such as 'log', 'debug', 'info', 'error', or 'warning'.
A string message type.text ()
Returns the text of the console message as a string.
A string with the message text.location ()
Returns the source URL where the console message originated.
A string source URL.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.