MCPcopy 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

isSelfSignedMethod · 0.65
shouldLogHttpLogsMethod · 0.65
isUsingPlainLogsMethod · 0.65
getTracerMethod · 0.65
configureLoggingMethod · 0.65
getAllowCORSMethod · 0.65

Implementers 8

ConcatenatingConfigjava/src/org/openqa/selenium/grid/conf
MapConfigjava/src/org/openqa/selenium/grid/conf
MemoizedConfigjava/src/org/openqa/selenium/grid/conf
JsonConfigjava/src/org/openqa/selenium/grid/conf
TomlConfigjava/src/org/openqa/selenium/grid/conf
AnnotatedConfigjava/src/org/openqa/selenium/grid/conf
EnvConfigjava/src/org/openqa/selenium/grid/conf
CompoundConfigjava/src/org/openqa/selenium/grid/conf

Calls

no outgoing calls