Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ endKey
Method
endKey
java/test/org/openqa/selenium/TypingTest.java:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
private
Keys endKey() {
57
return
(getEffectivePlatform(driver).is(Platform.MAC)) ? Keys.DOWN : Keys.END;
58
}
59
60
@Test
61
void
testShouldFireKeyPressEvents() {
Callers
4
testHomeAndEndAndPageUpAndPageDownKeys
Method · 0.95
testChordControlHomeShiftEndDelete
Method · 0.95
testChordReverseShiftHomeSelectionDeletes
Method · 0.95
testChordControlCutAndPaste
Method · 0.95
Calls
2
getEffectivePlatform
Method · 0.80
is
Method · 0.65
Tested by
no test coverage detected