Uses of Class
org.openqa.selenium.devtools.v141.target.model.TargetInfo
Packages that use TargetInfo
Package
Description
-
Uses of TargetInfo in org.openqa.selenium.devtools.v141.target
Methods in org.openqa.selenium.devtools.v141.target that return types with arguments of type TargetInfoModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<TargetInfo> Target.getTargetInfo(Optional<TargetID> targetId) Returns information about a target.static org.openqa.selenium.devtools.Command<List<TargetInfo>> Target.getTargets(Optional<TargetFilter> filter) Retrieves a list of available targets.static org.openqa.selenium.devtools.Event<TargetInfo> Target.targetCreated()static org.openqa.selenium.devtools.Event<TargetInfo> Target.targetInfoChanged() -
Uses of TargetInfo in org.openqa.selenium.devtools.v141.target.model
Methods in org.openqa.selenium.devtools.v141.target.model that return TargetInfoConstructors in org.openqa.selenium.devtools.v141.target.model with parameters of type TargetInfoModifierConstructorDescriptionAttachedToTarget(SessionID sessionId, TargetInfo targetInfo, Boolean waitingForDebugger)