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

Method testCn

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

Source from the content-addressed store, hash-verified

48 private static final String theVoiceOfChina = "\u4E2D\u56FD\u4E4B\u58F0";
49
50 @Test
51 void testCn() {
52 driver.get(pages.chinesePage);
53 driver.findElement(By.linkText(theVoiceOfChina)).click();
54 }
55
56 @Test
57 void testEnteringHebrewTextFromLeftToRight() {

Callers

nothing calls this directly

Calls 4

linkTextMethod · 0.95
getMethod · 0.65
clickMethod · 0.65
findElementMethod · 0.65

Tested by

no test coverage detected