| Package | Description |
|---|---|
| com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
| com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser events.
|
| com.teamdev.jxbrowser.capture.event |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CaptureSession> |
Browser.captureSessions()
Returns an immutable list of all active capture sessions initiated by the browser.
|
| Modifier and Type | Method and Description |
|---|---|
default CaptureSession |
CaptureSessionStarted.capture() |
| Modifier and Type | Method and Description |
|---|---|
default CaptureSession |
CaptureSessionStopped.capture()
Returns the
CaptureSession instance that has been stopped. |