Uses of Interface
org.testfx.service.support.Capture
Packages that use Capture
-
Uses of Capture in org.testfx.api
Methods in org.testfx.api that return CaptureModifier and TypeMethodDescriptionFxRobot.capture
(javafx.geometry.Bounds bounds) FxRobot.capture
(javafx.geometry.Rectangle2D screenRegion) FxRobot.capture
(javafx.scene.image.Image image) FxRobot.capture
(javafx.scene.Node node) FxRobotInterface.capture
(javafx.geometry.Bounds bounds) Returns aCapture
that supplies a screenshot using the given bounds.FxRobotInterface.capture
(javafx.geometry.Rectangle2D screenRegion) Returns aCapture
that supplies a screenshot using the given rectangle's bounds.FxRobotInterface.capture
(javafx.scene.image.Image image) Convenience method: Returns aCapture
that supplies the givenImage
.FxRobotInterface.capture
(javafx.scene.Node node) Returns aCapture
that supplies a screenshot using the given node's bounds.