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

Method nextEnd

java/src/org/openqa/selenium/json/JsonInput.java:342–344  ·  view source on GitHub ↗

Read the next element of the JSON input stream and expect the end of the input. @throws JsonException if the next element isn't the end of the input

()

Source from the content-addressed store, hash-verified

340 * @throws JsonException if the next element isn't the end of the input
341 */
342 public void nextEnd() {
343 expect(JsonType.END);
344 }
345
346 /**
347 * Determine whether an element is pending for the current container from the JSON input stream.

Callers 2

applyMethod · 0.80
applyMethod · 0.80

Calls 1

expectMethod · 0.95

Tested by

no test coverage detected