class: consolemessage
[23:14] (extern: com.lehman.aussom.AConsoleMessage) extends: object
The consolemessage class wraps a browser console message event. Instances are obtained via page.waitForConsoleMessage().
Methods
-
type ()
Returns the console message type string such as 'log', 'debug', 'info', 'error', or 'warning'.
- @r
Astring message type.
- @r
-
text ()
Returns the text of the console message as a string.
- @r
Astring with the message text.
- @r
-
location ()
Returns the source URL where the console message originated.
- @r
Astring source URL.
- @r