public class FrameAttached extends Object
Constructor | Description |
---|---|
FrameAttached() |
Modifier and Type | Method | Description |
---|---|---|
String |
getFrameId() |
Id of the frame that has been attached.
|
String |
getParentFrameId() |
Parent frame identifier.
|
StackTrace |
getStack() |
JavaScript stack trace of when frame was attached, only set if frame initiated from script.
|
void |
setFrameId(String frameId) |
Id of the frame that has been attached.
|
void |
setParentFrameId(String parentFrameId) |
Parent frame identifier.
|
void |
setStack(StackTrace stack) |
JavaScript stack trace of when frame was attached, only set if frame initiated from script.
|
public String getFrameId()
public void setFrameId(String frameId)
public String getParentFrameId()
public void setParentFrameId(String parentFrameId)
public StackTrace getStack()
public void setStack(StackTrace stack)
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.