Constructor
new Frame()
Methods
getInfo() → {Promise.<FrameInfo>}
Returns a frame info object for the represented frame
- Tutorials:
Returns:
- Type
- Promise.<FrameInfo>
getParentWindow() → {Promise.<FrameInfo>}
Returns a frame info object representing the window that the referenced iframe is currently embedded in
- Tutorials:
Returns:
- Type
- Promise.<FrameInfo>