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