MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getMessage

Method getMessage

java/src/org/openqa/selenium/logging/LogEntry.java:69–71  ·  view source on GitHub ↗

Gets the log entry's message. @return the log statement

()

Source from the content-addressed store, hash-verified

67 * @return the log statement
68 */
69 public String getMessage() {
70 return message;
71 }
72
73 @Override
74 public String toString() {

Callers 15

consoleHandlerFunction · 0.45
logging.jsFile · 0.45
executeMethod · 0.45
executeMethod · 0.45
encodeMethod · 0.45
onErrorMethod · 0.45
sendMethod · 0.45
executeMethod · 0.45
execute0Method · 0.45
getBinaryPathsMethod · 0.45
getBrowserBinaryMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected