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

Method Keys

java/src/org/openqa/selenium/Keys.java:134–136  ·  view source on GitHub ↗
(Keys key)

Source from the content-addressed store, hash-verified

132 private final int codePoint;
133
134 Keys(Keys key) {
135 this(key.charAt(0));
136 }
137
138 Keys(char keyCode) {
139 this.keyCode = keyCode;

Callers

nothing calls this directly

Calls 1

charAtMethod · 0.80

Tested by

no test coverage detected