MCPcopy
hub / github.com/SeleniumHQ/selenium / ScriptKey

Method ScriptKey

java/src/org/openqa/selenium/ScriptKey.java:28–30  ·  view source on GitHub ↗
(String identifier)

Source from the content-addressed store, hash-verified

26 private final String identifier;
27
28 public ScriptKey(String identifier) {
29 this.identifier = Require.nonNull("Script ID", identifier);
30 }
31
32 public String getIdentifier() {
33 return identifier;

Callers

nothing calls this directly

Calls 1

nonNullMethod · 0.95

Tested by

no test coverage detected