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

Method getInt

java/src/org/openqa/selenium/grid/config/Config.java:42–42  ·  view source on GitHub ↗
(String section, String option)

Source from the content-addressed store, hash-verified

40 }
41
42 default Optional<Integer> getInt(String section, String option) {
43 return get(section, option).map(Integer::parseInt);
44 }
45

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