Uses of Interface
org.testfx.robot.ClickRobot
-
Packages that use ClickRobot Package Description org.testfx.api org.testfx.robot.impl -
-
Uses of ClickRobot in org.testfx.api
Fields in org.testfx.api declared as ClickRobot Modifier and Type Field Description private ClickRobot
FxRobotContext. clickRobot
Methods in org.testfx.api that return ClickRobot Modifier and Type Method Description ClickRobot
FxRobotContext. getClickRobot()
-
Uses of ClickRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement ClickRobot Modifier and Type Class Description class
ClickRobotImpl
-