Class Tethering
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.tethering.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.
-
-
-
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()
-
-