Class FrameAttached
java.lang.Object
org.openqa.selenium.devtools.v140.page.model.FrameAttached
Fired when frame has been attached to its parent.
- 
Constructor Summary
ConstructorsConstructorDescriptionFrameAttached(FrameId frameId, FrameId parentFrameId, Optional<StackTrace> stack)  - 
Method Summary
Modifier and TypeMethodDescriptionId of the frame that has been attached.Parent frame identifier.getStack()JavaScript stack trace of when frame was attached, only set if frame initiated from script. 
- 
Constructor Details
- 
FrameAttached
 
 - 
 - 
Method Details
- 
getFrameId
Id of the frame that has been attached. - 
getParentFrameId
Parent frame identifier. - 
getStack
JavaScript stack trace of when frame was attached, only set if frame initiated from script. 
 -