Class MoveRobotImpl
java.lang.Object
org.testfx.robot.impl.MoveRobotImpl
- All Implemented Interfaces:
MoveRobot
-
Constructor Summary
ConstructorsConstructorDescriptionMoveRobotImpl(BaseRobot baseRobot, MouseRobot mouseRobot, SleepRobot sleepRobot) -
Method Summary
Modifier and TypeMethodDescriptionvoidMoves the mouse from the current location to the given (x,y) location.voidmoveTo(PointQuery pointQuery, Motion motion) Moves the mouse to the (x,y) position specified by the givenPointQuery.query()using the specifiedmotion(see:Motion) and clicks whatever is under it.
-
Constructor Details
-
MoveRobotImpl
-
-
Method Details
-
moveTo
Description copied from interface:MoveRobotMoves the mouse to the (x,y) position specified by the givenPointQuery.query()using the specifiedmotion(see:Motion) and clicks whatever is under it. -
moveBy
-