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