Uses of Class
org.openqa.selenium.devtools.idealized.target.model.TargetID
-
Packages that use TargetID Package Description org.openqa.selenium.devtools.idealized.target org.openqa.selenium.devtools.idealized.target.model -
-
Uses of TargetID in org.openqa.selenium.devtools.idealized.target
Methods in org.openqa.selenium.devtools.idealized.target that return types with arguments of type TargetID Modifier and Type Method Description Event<TargetID>Target. detached()Methods in org.openqa.selenium.devtools.idealized.target with parameters of type TargetID Modifier and Type Method Description Command<SessionID>Target. attachToTarget(TargetID targetId) -
Uses of TargetID in org.openqa.selenium.devtools.idealized.target.model
Methods in org.openqa.selenium.devtools.idealized.target.model that return TargetID Modifier and Type Method Description TargetIDTargetInfo. getTargetId()Methods in org.openqa.selenium.devtools.idealized.target.model that return types with arguments of type TargetID Modifier and Type Method Description java.util.Optional<TargetID>TargetInfo. getOpenerId()Opener target IdConstructors in org.openqa.selenium.devtools.idealized.target.model with parameters of type TargetID Constructor Description TargetInfo(TargetID targetId, java.lang.String type, java.lang.String title, java.lang.String url, java.lang.Boolean attached, java.util.Optional<TargetID> openerId, java.util.Optional<BrowserContextID> browserContextId)Constructor parameters in org.openqa.selenium.devtools.idealized.target.model with type arguments of type TargetID Constructor Description TargetInfo(TargetID targetId, java.lang.String type, java.lang.String title, java.lang.String url, java.lang.Boolean attached, java.util.Optional<TargetID> openerId, java.util.Optional<BrowserContextID> browserContextId)
-