Class TargetInfo
java.lang.Object
org.openqa.selenium.devtools.idealized.target.model.TargetInfo
- 
Constructor Summary
ConstructorsConstructorDescriptionTargetInfo(TargetID targetId, String type, String title, String url, Boolean attached, Optional<TargetID> openerId, Optional<BrowserContextID> browserContextId)  - 
Method Summary
 
- 
Constructor Details
- 
TargetInfo
 
 - 
 - 
Method Details
- 
getTargetId
 - 
getType
 - 
getTitle
 - 
getUrl
 - 
getAttached
Whether the target has an attached client. - 
getOpenerId
Opener target Id - 
getBrowserContextId
 
 -