Uses of Class
org.openqa.selenium.devtools.target.model.RemoteLocation
-
Packages that use RemoteLocation Package Description org.openqa.selenium.devtools.target -
-
Uses of RemoteLocation in org.openqa.selenium.devtools.target
Method parameters in org.openqa.selenium.devtools.target with type arguments of type RemoteLocation Modifier and Type Method Description static Command<java.lang.Void>
Target. setRemoteLocations(java.util.List<RemoteLocation> locations)
Enables target discovery for the specified locations, when `setDiscoverTargets` was set to `true`.
-