Uses of Interface
org.testfx.robot.BaseRobot
Packages that use BaseRobot
-
Uses of BaseRobot in org.testfx.api
Fields in org.testfx.api declared as BaseRobotModifier and TypeFieldDescriptionprivate final BaseRobot
FxRobotContext.baseRobot
private final BaseRobot
FxServiceContext.baseRobot
Methods in org.testfx.api that return BaseRobot -
Uses of BaseRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement BaseRobotFields in org.testfx.robot.impl declared as BaseRobotModifier and TypeFieldDescriptionprivate final BaseRobot
KeyboardRobotImpl.baseRobot
private final BaseRobot
MouseRobotImpl.baseRobot
private final BaseRobot
MoveRobotImpl.baseRobot
private final BaseRobot
WriteRobotImpl.baseRobot
Constructors in org.testfx.robot.impl with parameters of type BaseRobotModifierConstructorDescriptionKeyboardRobotImpl
(BaseRobot baseRobot) MouseRobotImpl
(BaseRobot baseRobot) MoveRobotImpl
(BaseRobot baseRobot, MouseRobot mouseRobot, SleepRobot sleepRobot) WriteRobotImpl
(BaseRobot baseRobot, SleepRobot sleepRobot, WindowFinder windowFinder) -
Uses of BaseRobot in org.testfx.service.support.impl
Fields in org.testfx.service.support.impl declared as BaseRobotConstructors in org.testfx.service.support.impl with parameters of type BaseRobot