Uses of Class
org.openqa.selenium.devtools.target.model.TargetInfo
-
Packages that use TargetInfo Package Description org.openqa.selenium.devtools.target org.openqa.selenium.devtools.target.model -
-
Uses of TargetInfo in org.openqa.selenium.devtools.target
Methods in org.openqa.selenium.devtools.target that return types with arguments of type TargetInfo Modifier and Type Method Description static Command<TargetInfo>
Target. getTargetInfo(java.util.Optional<TargetID> targetId)
Returns information about a target.static Command<java.util.List<TargetInfo>>
Target. getTargets()
Retrieves a list of available targets.static Event<TargetInfo>
Target. targetCreated()
static Event<TargetInfo>
Target. targetInfoChanged()
-
Uses of TargetInfo in org.openqa.selenium.devtools.target.model
Methods in org.openqa.selenium.devtools.target.model that return TargetInfo Modifier and Type Method Description TargetInfo
AttachedToTarget. getTargetInfo()
Constructors in org.openqa.selenium.devtools.target.model with parameters of type TargetInfo Constructor Description AttachedToTarget(SessionID sessionId, TargetInfo targetInfo, java.lang.Boolean waitingForDebugger)
-