MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / append

Method append

java/src/org/openqa/selenium/json/JsonOutput.java:436–439  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

434 }
435
436 private JsonOutput append(String text) {
437 stack.getFirst().write(text);
438 return this;
439 }
440
441 /**
442 * Return a quoted JSON string representing the specified Java object.

Callers 15

JsonOutputMethod · 0.95
beginArrayMethod · 0.95
write0Method · 0.95
OnBrowserCloseWaitMethod · 0.45
OpenNewBrowserTabMethod · 0.45
LaunchEdgeInIEModeMethod · 0.45

Calls 1

writeMethod · 0.45