-
public final class PageEvent.FrameStartedLoadingEvent extends PageEvent
Fired when frame has started loading.
-
-
Constructor Summary
Constructors Constructor Description FrameStartedLoadingEvent(String frameId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final PageEvent.FrameStartedLoadingEventcopy(String frameId)final StringgetFrameId()Id of the frame that has started loading. -
-
Constructor Detail
-
FrameStartedLoadingEvent
FrameStartedLoadingEvent(String frameId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final PageEvent.FrameStartedLoadingEvent copy(String frameId)
-
getFrameId
final String getFrameId()
Id of the frame that has started loading.
-
-
-
-