Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
apply
Method · 0.95
startVideoContainer
Method · 0.95
Calls
3
getId
Method · 0.95
info
Method · 0.80
inspectContainer
Method · 0.65
Tested by
no test coverage detected