Uses of Class
org.openqa.selenium.devtools.v110.target.model.TargetFilter
-
Packages that use TargetFilter Package Description org.openqa.selenium.devtools.v110.target -
-
Uses of TargetFilter in org.openqa.selenium.devtools.v110.target
Method parameters in org.openqa.selenium.devtools.v110.target with type arguments of type TargetFilter Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Target. autoAttachRelated(TargetID targetId, java.lang.Boolean waitForDebuggerOnStart, java.util.Optional<TargetFilter> filter)Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through `attachedToTarget`.static org.openqa.selenium.devtools.Command<java.util.List<TargetInfo>>Target. getTargets(java.util.Optional<TargetFilter> filter)Retrieves a list of available targets.static org.openqa.selenium.devtools.Command<java.lang.Void>Target. setDiscoverTargets(java.lang.Boolean discover, java.util.Optional<TargetFilter> filter)Controls whether to discover available targets and notify via `targetCreated/targetInfoChanged/targetDestroyed` events.
-