Interface SupportsShouldUseSingletonTestManagerOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsShouldUseSingletonTestManagerOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to use the default proxy for test management within WebDriverAgent.default TsetShouldUseSingletonTestManager(boolean value) Use default proxy for test management within WebDriverAgent.default TEnforce usage of the default proxy for test management within WebDriverAgent.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
SHOULD_USE_SINGLETON_TEST_MANAGER_OPTION
- See Also:
-
-
Method Details
-
shouldUseSingletonTestManager
Enforce usage of the default proxy for test management within WebDriverAgent.- Returns:
- self instance for chaining.
-
setShouldUseSingletonTestManager
Use default proxy for test management within WebDriverAgent. Setting this to false sometimes helps with socket hangup problems. Defaults to true.- Parameters:
value- Whether to use the default proxy for test management within WebDriverAgent.- Returns:
- self instance for chaining.
-
doesUseSingletonTestManager
Get whether to use the default proxy for test management within WebDriverAgent.- Returns:
- True or false.
-