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

Method getLogs

java/src/org/openqa/selenium/docker/Container.java:70–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 public ContainerLogs getLogs() {
71 if (this.running) {
72 LOG.info("Getting logs " + getId());
73 return protocol.getContainerLogs(getId());
74 }
75 return new ContainerLogs(getId(), Contents.empty());
76 }
77
78 public boolean isRunning() {
79 return running;

Calls 4

getIdMethod · 0.95
emptyMethod · 0.95
infoMethod · 0.80
getContainerLogsMethod · 0.65