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

Method start

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

Source from the content-addressed store, hash-verified

42 }
43
44 public void start() {
45 LOG.info("Starting container " + getId());
46 protocol.startContainer(id);
47 this.running = true;
48 }
49
50 public void stop(Duration timeout) {
51 Require.nonNull("Timeout to wait for", timeout);

Callers 2

applyMethod · 0.95
startVideoContainerMethod · 0.95

Calls 3

getIdMethod · 0.95
infoMethod · 0.80
startContainerMethod · 0.65

Tested by

no test coverage detected