Class Tethering


  • @Beta
    public class Tethering
    extends java.lang.Object
    The Tethering domain defines methods and events for browser port binding.
    • Constructor Summary

      Constructors 
      Constructor Description
      Tethering()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.devtools.Event<Accepted> accepted()  
      static org.openqa.selenium.devtools.Command<java.lang.Void> bind​(java.lang.Integer port)
      Request browser port binding.
      static org.openqa.selenium.devtools.Command<java.lang.Void> unbind​(java.lang.Integer port)
      Request browser port unbinding.
      • Methods inherited from class java.lang.Object

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

      • Tethering

        public Tethering()
    • Method Detail

      • bind

        public static org.openqa.selenium.devtools.Command<java.lang.Void> bind​(java.lang.Integer port)
        Request browser port binding.
      • unbind

        public static org.openqa.selenium.devtools.Command<java.lang.Void> unbind​(java.lang.Integer port)
        Request browser port unbinding.
      • accepted

        public static org.openqa.selenium.devtools.Event<Accepted> accepted()