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

Method parseBoolean

java/src/org/openqa/selenium/grid/web/Values.java:49–51  ·  view source on GitHub ↗
(HttpResponse response)

Source from the content-addressed store, hash-verified

47 }
48
49 public static boolean parseBoolean(HttpResponse response) {
50 return Boolean.TRUE.equals(get(response, Boolean.class));
51 }
52
53 @Nullable
54 public static <T> T get(HttpResponse response, Type typeOfT) {

Callers 15

retryAddToQueueMethod · 0.95
completeMethod · 0.95
drainMethod · 0.95
isSessionOwnerMethod · 0.95
tryAcquireConnectionMethod · 0.95
waitUntilReadyMethod · 0.80
waitUntilReadyMethod · 0.80
waitUntilReadyMethod · 0.80
isDownloadEnabledMethod · 0.80

Calls 2

getMethod · 0.95
equalsMethod · 0.45