Package io.webfolder.cdp.event.page
Class FrameStoppedLoading
java.lang.Object
io.webfolder.cdp.event.page.FrameStoppedLoading
public class FrameStoppedLoading
extends java.lang.Object
Fired when frame has stopped loading
-
Constructor Summary
Constructors Constructor Description FrameStoppedLoading()
-
Method Summary
Modifier and Type Method Description java.lang.String
getFrameId()
Id of the frame that has stopped loading.void
setFrameId(java.lang.String frameId)
Id of the frame that has stopped loading.
-
Constructor Details
-
FrameStoppedLoading
public FrameStoppedLoading()
-
-
Method Details
-
getFrameId
public java.lang.String getFrameId()Id of the frame that has stopped loading. -
setFrameId
public void setFrameId(java.lang.String frameId)Id of the frame that has stopped loading.
-