Class RemoteNetworkConnection

java.lang.Object
org.openqa.selenium.remote.mobile.RemoteNetworkConnection
All Implemented Interfaces:
org.openqa.selenium.mobile.NetworkConnection

@Deprecated public class RemoteNetworkConnection extends Object implements org.openqa.selenium.mobile.NetworkConnection
Deprecated.
This functionality is no longer supported
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.openqa.selenium.mobile.NetworkConnection

    org.openqa.selenium.mobile.NetworkConnection.ConnectionType
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.mobile.NetworkConnection.ConnectionType
    Deprecated.
    org.openqa.selenium.mobile.NetworkConnection.ConnectionType
    setNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)
    Deprecated.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RemoteNetworkConnection

      public RemoteNetworkConnection(ExecuteMethod executeMethod)
      Deprecated.
  • Method Details

    • getNetworkConnection

      @Deprecated public org.openqa.selenium.mobile.NetworkConnection.ConnectionType getNetworkConnection()
      Deprecated.
      Specified by:
      getNetworkConnection in interface org.openqa.selenium.mobile.NetworkConnection
    • setNetworkConnection

      @Deprecated public org.openqa.selenium.mobile.NetworkConnection.ConnectionType setNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)
      Deprecated.
      Specified by:
      setNetworkConnection in interface org.openqa.selenium.mobile.NetworkConnection