Uses of Class
org.testfx.api.FxRobot
-
Packages that use FxRobot Package Description org.testfx.api org.testfx.util -
-
Uses of FxRobot in org.testfx.api
Methods in org.testfx.api that return FxRobot Modifier and Type Method Description FxRobotFxRobot. clickOn(double x, double y, Motion motion, MouseButton... buttons)FxRobotFxRobot. clickOn(String query, Motion motion, MouseButton... buttons)<T extends Node>
FxRobotFxRobot. clickOn(Predicate<T> predicate, Motion motion, MouseButton... buttons)FxRobotFxRobot. clickOn(Bounds bounds, Motion motion, MouseButton... buttons)FxRobotFxRobot. clickOn(Point2D point, Motion motion, MouseButton... buttons)FxRobotFxRobot. clickOn(MouseButton... buttons)FxRobotFxRobot. clickOn(Node node, Motion motion, MouseButton... buttons)FxRobotFxRobot. clickOn(Scene scene, Motion motion, MouseButton... buttons)FxRobotFxRobot. clickOn(Window window, Motion motion, MouseButton... buttons)<T extends Node>
FxRobotFxRobot. clickOn(org.hamcrest.Matcher<T> matcher, Motion motion, MouseButton... buttons)FxRobotFxRobot. clickOn(PointQuery pointQuery, Motion motion, MouseButton... buttons)FxRobotFxRobot. closeCurrentWindow()Deprecated.The implementation of this method simply pushes the keys ALT+F4 which does not close the current window on all platforms.FxRobotFxRobot. doubleClickOn(double x, double y, Motion motion, MouseButton... buttons)FxRobotFxRobot. doubleClickOn(String query, Motion motion, MouseButton... buttons)<T extends Node>
FxRobotFxRobot. doubleClickOn(Predicate<T> predicate, Motion motion, MouseButton... buttons)FxRobotFxRobot. doubleClickOn(Bounds bounds, Motion motion, MouseButton... buttons)FxRobotFxRobot. doubleClickOn(Point2D point, Motion motion, MouseButton... buttons)FxRobotFxRobot. doubleClickOn(MouseButton... buttons)FxRobotFxRobot. doubleClickOn(Node node, Motion motion, MouseButton... buttons)FxRobotFxRobot. doubleClickOn(Scene scene, Motion motion, MouseButton... buttons)FxRobotFxRobot. doubleClickOn(Window window, Motion motion, MouseButton... buttons)<T extends Node>
FxRobotFxRobot. doubleClickOn(org.hamcrest.Matcher<T> matcher, Motion motion, MouseButton... buttons)FxRobotFxRobot. doubleClickOn(PointQuery pointQuery, Motion motion, MouseButton... buttons)FxRobotFxRobot. drag(double x, double y, MouseButton... buttons)FxRobotFxRobot. drag(String query, MouseButton... buttons)<T extends Node>
FxRobotFxRobot. drag(Predicate<T> predicate, MouseButton... buttons)FxRobotFxRobot. drag(Bounds bounds, MouseButton... buttons)FxRobotFxRobot. drag(Point2D point, MouseButton... buttons)FxRobotFxRobot. drag(MouseButton... buttons)FxRobotFxRobot. drag(Node node, MouseButton... buttons)FxRobotFxRobot. drag(Scene scene, MouseButton... buttons)FxRobotFxRobot. drag(Window window, MouseButton... buttons)<T extends Node>
FxRobotFxRobot. drag(org.hamcrest.Matcher<T> matcher, MouseButton... buttons)FxRobotFxRobot. drag(PointQuery pointQuery, MouseButton... buttons)FxRobotFxRobot. drop()FxRobotFxRobot. dropBy(double x, double y)FxRobotFxRobot. dropTo(double x, double y)FxRobotFxRobot. dropTo(String query)<T extends Node>
FxRobotFxRobot. dropTo(Predicate<T> predicate)FxRobotFxRobot. dropTo(Bounds bounds)FxRobotFxRobot. dropTo(Point2D point)FxRobotFxRobot. dropTo(Node node)FxRobotFxRobot. dropTo(Scene scene)FxRobotFxRobot. dropTo(Window window)<T extends Node>
FxRobotFxRobot. dropTo(org.hamcrest.Matcher<T> matcher)FxRobotFxRobot. dropTo(PointQuery pointQuery)FxRobotFxRobot. eraseText(int amount)FxRobotFxRobot. interact(Runnable runnable)<T> FxRobotFxRobot. interact(Callable<T> callable)FxRobotFxRobot. interactNoWait(Runnable runnable)<T> FxRobotFxRobot. interactNoWait(Callable<T> callable)FxRobotFxRobot. interrupt()FxRobotFxRobot. interrupt(int attemptsCount)FxRobotFxRobot. moveBy(double x, double y, Motion motion)FxRobotFxRobot. moveTo(double x, double y, Motion motion)FxRobotFxRobot. moveTo(String query, Motion motion)<T extends Node>
FxRobotFxRobot. moveTo(Predicate<T> predicate, Motion motion)FxRobotFxRobot. moveTo(Bounds bounds, Motion motion)FxRobotFxRobot. moveTo(Point2D point, Motion motion)FxRobotFxRobot. moveTo(Node node, Pos offsetReferencePos, Point2D offset, Motion motion)FxRobotFxRobot. moveTo(Scene scene, Motion motion)FxRobotFxRobot. moveTo(Window window, Motion motion)<T extends Node>
FxRobotFxRobot. moveTo(org.hamcrest.Matcher<T> matcher, Motion motion)FxRobotFxRobot. moveTo(PointQuery pointQuery, Motion motion)FxRobotFxRobot. press(KeyCode... keys)FxRobotFxRobot. press(MouseButton... buttons)FxRobotFxRobot. push(KeyCode... combination)FxRobotFxRobot. push(KeyCodeCombination combination)FxRobotFxRobot. release(KeyCode... keys)FxRobotFxRobot. release(MouseButton... buttons)FxRobotFxRobot. rightClickOn()FxRobotFxRobot. rightClickOn(double x, double y, Motion motion)FxRobotFxRobot. rightClickOn(String query, Motion motion)<T extends Node>
FxRobotFxRobot. rightClickOn(Predicate<T> predicate, Motion motion)FxRobotFxRobot. rightClickOn(Bounds bounds, Motion motion)FxRobotFxRobot. rightClickOn(Point2D point, Motion motion)FxRobotFxRobot. rightClickOn(Node node, Motion motion)FxRobotFxRobot. rightClickOn(Scene scene, Motion motion)FxRobotFxRobot. rightClickOn(Window window, Motion motion)<T extends Node>
FxRobotFxRobot. rightClickOn(org.hamcrest.Matcher<T> matcher, Motion motion)FxRobotFxRobot. rightClickOn(PointQuery pointQuery, Motion motion)FxRobotFxRobot. scroll(int amount)Deprecated.FxRobotFxRobot. scroll(int amount, HorizontalDirection direction)FxRobotFxRobot. scroll(int amount, VerticalDirection direction)FxRobotFxRobot. scroll(HorizontalDirection direction)FxRobotFxRobot. scroll(VerticalDirection direction)FxRobotFxRobot. sleep(long milliseconds)FxRobotFxRobot. sleep(long duration, TimeUnit timeUnit)FxRobotFxRobot. targetPos(Pos pointPosition)FxRobotFxRobot. targetWindow(int windowNumber)FxRobotFxRobot. targetWindow(String stageTitleRegex)FxRobotFxRobot. targetWindow(Predicate<Window> predicate)FxRobotFxRobot. targetWindow(Pattern stageTitlePattern)FxRobotFxRobot. targetWindow(Node node)FxRobotFxRobot. targetWindow(Scene scene)FxRobotFxRobot. targetWindow(Window window)FxRobotFxRobot. type(KeyCode... keyCodes)FxRobotFxRobot. type(KeyCode keyCode, int times)FxRobotFxRobot. write(char character)FxRobotFxRobot. write(String text)FxRobotFxRobot. write(String text, int sleepMillis) -
Uses of FxRobot in org.testfx.util
-