Package io.webfolder.cdp.event.page
Class FrameClearedScheduledNavigation
- java.lang.Object
-
- io.webfolder.cdp.event.page.FrameClearedScheduledNavigation
-
public class FrameClearedScheduledNavigation extends Object
Fired when frame no longer has a scheduled navigation
-
-
Constructor Summary
Constructors Constructor Description FrameClearedScheduledNavigation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFrameId()
Id of the frame that has cleared its scheduled navigation.void
setFrameId(String frameId)
Id of the frame that has cleared its scheduled navigation.
-