@Beta
public class Tethering
extends Object 
The Tethering domain defines methods and events for browser port binding.
- 
Constructor Summary
Constructors
 
- 
Method Summary
static org.openqa.selenium.devtools.Event<Accepted> 
 
static org.openqa.selenium.devtools.Command<Void> 
Request browser port binding.
 
static org.openqa.selenium.devtools.Command<Void> 
Request browser port unbinding.
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
Tethering
public Tethering()
 
 
- 
Method Details
- 
bind
public static org.openqa.selenium.devtools.Command<Void> bind(Integer port) 
Request browser port binding.
 
- 
unbind
public static org.openqa.selenium.devtools.Command<Void> unbind(Integer port) 
Request browser port unbinding.
 
- 
accepted
public static org.openqa.selenium.devtools.Event<Accepted> accepted()