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

Method inspect

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

Source from the content-addressed store, hash-verified

62 }
63
64 public ContainerInfo inspect() {
65 LOG.info("Inspecting container " + getId());
66
67 return protocol.inspectContainer(getId());
68 }
69
70 public ContainerLogs getLogs() {
71 if (this.running) {

Callers 2

applyMethod · 0.95
startVideoContainerMethod · 0.95

Calls 3

getIdMethod · 0.95
infoMethod · 0.80
inspectContainerMethod · 0.65

Tested by

no test coverage detected