Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
retryAddToQueue
Method · 0.95
complete
Method · 0.95
drain
Method · 0.95
isSessionOwner
Method · 0.95
tryAcquireConnection
Method · 0.95
waitUntilReady
Method · 0.80
waitUntilReady
Method · 0.80
waitUntilReady
Method · 0.80
cdpIsDisabledAndResponseCapsShowThat
Method · 0.80
bidiIsDisabledAndResponseCapsShowThat
Method · 0.80
isDownloadEnabled
Method · 0.80
shouldDetectCorrectDriversOnWindows
Method · 0.80
Calls
2
get
Method · 0.95
equals
Method · 0.45
Tested by
9
waitUntilReady
Method · 0.64
waitUntilReady
Method · 0.64
waitUntilReady
Method · 0.64
cdpIsDisabledAndResponseCapsShowThat
Method · 0.64
bidiIsDisabledAndResponseCapsShowThat
Method · 0.64
isDownloadEnabled
Method · 0.64
shouldDetectCorrectDriversOnWindows
Method · 0.64
shouldDetectCorrectDriversOnMac
Method · 0.64
isOnGitHubActions
Method · 0.64