Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
15
shouldAllowFieldsToBeSomethingOtherThanStrings
Method · 0.65
defaultValuesForPrimitivesAreIgnored
Method · 0.65
shouldUseSetToFilterFields
Method · 0.65
getSessionQueueUri
Method · 0.65
getMaximumResponseDelay
Method · 0.65
getSessionRequestTimeout
Method · 0.65
getSessionRequestTimeoutPeriod
Method · 0.65
getSessionRequestRetryInterval
Method · 0.65
getBatchSize
Method · 0.65
getDistributorUri
Method · 0.65
getHealthCheckInterval
Method · 0.65
getPurgeNodesInterval
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