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

Method buildChord

java/test/org/openqa/selenium/KeysTest.java:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 @Test
61 void buildChord() {
62 CharSequence[] sequences = {"foo", Keys.LEFT};
63 assertThat(chord(sequences)).isEqualTo("foo\uE012\uE000");
64 }
65
66 @Test
67 void keyForCharacterCode() {

Callers

nothing calls this directly

Calls 1

chordMethod · 0.80

Tested by

no test coverage detected