Uses of Interface
org.testfx.robot.BaseRobot
-
Packages that use BaseRobot Package Description org.testfx.api org.testfx.robot.impl org.testfx.service.support.impl -
-
Uses of BaseRobot in org.testfx.api
Fields in org.testfx.api declared as BaseRobot Modifier and Type Field Description private BaseRobot
FxRobotContext. baseRobot
private BaseRobot
FxServiceContext. baseRobot
Methods in org.testfx.api that return BaseRobot Modifier and Type Method Description BaseRobot
FxRobotContext. getBaseRobot()
BaseRobot
FxServiceContext. getBaseRobot()
-
Uses of BaseRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement BaseRobot Modifier and Type Class Description class
BaseRobotImpl
Fields in org.testfx.robot.impl declared as BaseRobot Modifier and Type Field Description private BaseRobot
KeyboardRobotImpl. baseRobot
private BaseRobot
MouseRobotImpl. baseRobot
private BaseRobot
MoveRobotImpl. baseRobot
private BaseRobot
WriteRobotImpl. baseRobot
Constructors in org.testfx.robot.impl with parameters of type BaseRobot Constructor Description KeyboardRobotImpl(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 BaseRobot Modifier and Type Field Description private BaseRobot
CaptureSupportImpl. baseRobot
Constructors in org.testfx.service.support.impl with parameters of type BaseRobot Constructor Description CaptureSupportImpl(BaseRobot baseRobot)
-