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

Method charAt

java/src/org/openqa/selenium/Keys.java:147–153  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

145 }
146
147 @Override
148 public char charAt(int index) {
149 if (index != 0) {
150 throw new IndexOutOfBoundsException("Index: " + index + ", Length: 1");
151 }
152 return keyCode;
153 }
154
155 @Override
156 public int length() {

Callers 15

keyForCharacterCodeMethod · 0.95
color.jsFile · 0.80
domcore.jsFile · 0.80
device.jsFile · 0.80
jquery.min.jsFile · 0.80
normalizeDottedNameFunction · 0.80
modelToEventsFunction · 0.80
escapeCssFunction · 0.80
cssEscapeMethod · 0.80
KeysMethod · 0.80

Calls

no outgoing calls

Tested by 3

keyForCharacterCodeMethod · 0.76