Class Timeouts.SetProperty
java.lang.Object
com.shaft.properties.internal.Timeouts.SetProperty
- All Implemented Interfaces:
EngineProperties.SetProperty
- Enclosing interface:
Timeouts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiConnectionManagerTimeout(int value) apiConnectionTimeout(int value) apiSocketTimeout(int value) browserNavigationTimeout(int value) databaseLoginTimeout(int value) databaseNetworkTimeout(int value) databaseQueryTimeout(int value) defaultElementIdentificationTimeout(double value) dockerCommandTimeout(int value) Deprecated, for removal: This API element is subject to removal in a future version.Docker-wrapped terminal execution is deprecated for removal.lazyLoadingTimeout(int value) pageLoadTimeout(int value) remoteServerInstanceCreationTimeout(int value) scriptExecutionTimeout(int value) shellSessionTimeout(long value) sshServerAliveInterval(int value) timeoutForRemoteServerToBeUp(int value) waitForLazyLoading(boolean value) waitForRemoteServerToBeUp(boolean value) waitForUiStateTimeout(int value) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EngineProperties.SetProperty
logPropertyUpdate
-
Constructor Details
-
SetProperty
public SetProperty()
-
-
Method Details
-
waitForLazyLoading
-
lazyLoadingTimeout
-
pageLoadTimeout
-
scriptExecutionTimeout
-
defaultElementIdentificationTimeout
-
waitForUiStateTimeout
-
apiSocketTimeout
-
apiConnectionTimeout
-
apiConnectionManagerTimeout
-
shellSessionTimeout
-
sshServerAliveInterval
-
dockerCommandTimeout
@Deprecated(since="10.2.20260614", forRemoval=true) public Timeouts.SetProperty dockerCommandTimeout(int value) Deprecated, for removal: This API element is subject to removal in a future version.Docker-wrapped terminal execution is deprecated for removal. -
databaseLoginTimeout
-
databaseNetworkTimeout
-
databaseQueryTimeout
-
waitForRemoteServerToBeUp
-
timeoutForRemoteServerToBeUp
-
remoteServerInstanceCreationTimeout
-