Class AddNetworkConnection
- java.lang.Object
-
- org.openqa.selenium.remote.mobile.AddNetworkConnection
-
- All Implemented Interfaces:
AugmenterProvider<org.openqa.selenium.mobile.NetworkConnection>
@Deprecated public class AddNetworkConnection extends java.lang.Object implements AugmenterProvider<org.openqa.selenium.mobile.NetworkConnection>
Deprecated.Uses a non W3C compliant capability and is not available in W3C WebDriver sessions
-
-
Constructor Summary
Constructors Constructor Description AddNetworkConnection()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Class<org.openqa.selenium.mobile.NetworkConnection>getDescribedInterface()Deprecated.org.openqa.selenium.mobile.NetworkConnectiongetImplementation(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod)Deprecated.For the interface that this provider describes, return an implementation.java.util.function.Predicate<org.openqa.selenium.Capabilities>isApplicable()Deprecated.
-
-
-
Method Detail
-
isApplicable
public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
Deprecated.- Specified by:
isApplicablein interfaceAugmenterProvider<org.openqa.selenium.mobile.NetworkConnection>- Returns:
- Whether this provider should be applied given these
caps.
-
getDescribedInterface
public java.lang.Class<org.openqa.selenium.mobile.NetworkConnection> getDescribedInterface()
Deprecated.- Specified by:
getDescribedInterfacein interfaceAugmenterProvider<org.openqa.selenium.mobile.NetworkConnection>- Returns:
- The interface that this augmentor describes.
-
getImplementation
public org.openqa.selenium.mobile.NetworkConnection getImplementation(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod)Deprecated.Description copied from interface:AugmenterProviderFor the interface that this provider describes, return an implementation.- Specified by:
getImplementationin interfaceAugmenterProvider<org.openqa.selenium.mobile.NetworkConnection>- Returns:
- An interface implementation
-
-