Uses of Class
org.openqa.selenium.devtools.v141.target.model.TargetFilter
Packages that use TargetFilter
-
Uses of TargetFilter in org.openqa.selenium.devtools.v141.target
Method parameters in org.openqa.selenium.devtools.v141.target with type arguments of type TargetFilterModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Target.autoAttachRelated(TargetID targetId, Boolean waitForDebuggerOnStart, 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<List<TargetInfo>> Target.getTargets(Optional<TargetFilter> filter) Retrieves a list of available targets.static org.openqa.selenium.devtools.Command<Void> Target.setDiscoverTargets(Boolean discover, Optional<TargetFilter> filter) Controls whether to discover available targets and notify via `targetCreated/targetInfoChanged/targetDestroyed` events.