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