Uses of Interface
com.teamdev.jxbrowser.capture.CaptureSession
Packages that use CaptureSession
Package
Description
This package provides the classes that allow you to work with browsers.
This package provides the classes that allow you to work with browser events.
-
Uses of CaptureSession in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return types with arguments of type CaptureSessionModifier and TypeMethodDescriptionBrowser.captureSessions()
Returns an immutable list of all active capture sessions initiated by the browser. -
Uses of CaptureSession in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return CaptureSession -
Uses of CaptureSession in com.teamdev.jxbrowser.capture.event
Methods in com.teamdev.jxbrowser.capture.event that return CaptureSessionModifier and TypeMethodDescriptiondefault CaptureSession
CaptureSessionStopped.capture()
Returns theCaptureSession
instance that has been stopped.