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

Method homeKey

java/test/org/openqa/selenium/TypingTest.java:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 private Keys homeKey() {
53 return (getEffectivePlatform(driver).is(Platform.MAC)) ? Keys.UP : Keys.HOME;
54 }
55
56 private Keys endKey() {
57 return (getEffectivePlatform(driver).is(Platform.MAC)) ? Keys.DOWN : Keys.END;

Calls 2

getEffectivePlatformMethod · 0.80
isMethod · 0.65

Tested by

no test coverage detected