Class RemoteNetworkConnection

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

public class RemoteNetworkConnection extends Object implements org.openqa.selenium.mobile.NetworkConnection
  • 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
     
  • Method Summary

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

    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)
  • Method Details

    • getNetworkConnection

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

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