Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ getBool
Method
getBool
java/src/org/openqa/selenium/grid/config/Config.java:46–46 ·
view source on GitHub ↗
(String section, String option)
Source
from the content-addressed store, hash-verified
44
}
45
46
default Optional<Boolean> getBool(String section, String option) {
47
return
get(section, option).map(Boolean::parseBoolean);
48
}
49
Callers
15
shouldAllowFieldsToBeSomethingOtherThanStrings
Method · 0.65
defaultValuesForPrimitivesAreIgnored
Method · 0.65
shouldUseSetToFilterFields
Method · 0.65
isSelfSigned
Method · 0.65
shouldRejectUnsupportedCaps
Method · 0.65
isUsingStructuredLogging
Method · 0.65
shouldLogHttpLogs
Method · 0.65
isUsingPlainLogs
Method · 0.65
getTracer
Method · 0.65
configureLogging
Method · 0.65
getSpecComplianceChecks
Method · 0.65
getAllowCORS
Method · 0.65
Implementers
8
ConcatenatingConfig
java/src/org/openqa/selenium/grid/conf
MapConfig
java/src/org/openqa/selenium/grid/conf
MemoizedConfig
java/src/org/openqa/selenium/grid/conf
JsonConfig
java/src/org/openqa/selenium/grid/conf
TomlConfig
java/src/org/openqa/selenium/grid/conf
AnnotatedConfig
java/src/org/openqa/selenium/grid/conf
EnvConfig
java/src/org/openqa/selenium/grid/conf
CompoundConfig
java/src/org/openqa/selenium/grid/conf
Calls
no outgoing calls
Tested by
3
shouldAllowFieldsToBeSomethingOtherThanStrings
Method · 0.52
defaultValuesForPrimitivesAreIgnored
Method · 0.52
shouldUseSetToFilterFields
Method · 0.52