Uses of Interface
org.testfx.robot.MouseRobot
Packages that use MouseRobot
-
Uses of MouseRobot in org.testfx.api
Fields in org.testfx.api declared as MouseRobotMethods in org.testfx.api that return MouseRobot -
Uses of MouseRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement MouseRobotFields in org.testfx.robot.impl declared as MouseRobotModifier and TypeFieldDescriptionprivate final MouseRobot
ClickRobotImpl.mouseRobot
private final MouseRobot
DragRobotImpl.mouseRobot
private final MouseRobot
MoveRobotImpl.mouseRobot
private final MouseRobot
ScrollRobotImpl.mouseRobot
Constructors in org.testfx.robot.impl with parameters of type MouseRobotModifierConstructorDescriptionClickRobotImpl
(MouseRobot mouseRobot, MoveRobot moveRobot, SleepRobot sleepRobot) DragRobotImpl
(MouseRobot mouseRobot, MoveRobot moveRobot) MoveRobotImpl
(BaseRobot baseRobot, MouseRobot mouseRobot, SleepRobot sleepRobot) ScrollRobotImpl
(MouseRobot mouseRobot)