MCPcopy 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() {

Calls 2

getEffectivePlatformMethod · 0.80
isMethod · 0.65

Tested by

no test coverage detected