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