Class RemoteLocation
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.target.model.RemoteLocation
-
@Beta public class RemoteLocation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RemoteLocation(java.lang.String host, java.lang.Integer port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHost()
java.lang.Integer
getPort()
-