Interface CaptureSessionStarted
- All Superinterfaces:
BrowserEvent
,Event
An event indicating that a browser has started a capture session.
- Since:
- 7.20
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browser
browser()
Returns theBrowser
instance initiated this event.default CaptureSession
capture()
-
Method Details
-
browser
Description copied from interface:BrowserEvent
Returns theBrowser
instance initiated this event.- Specified by:
browser
in interfaceBrowserEvent
-
capture
-