Uses of Interface
org.testfx.service.finder.WindowFinder
-
Packages that use WindowFinder Package Description org.testfx.api org.testfx.robot.impl org.testfx.service.finder.impl -
-
Uses of WindowFinder in org.testfx.api
Fields in org.testfx.api declared as WindowFinder Modifier and Type Field Description private WindowFinder
FxRobotContext. windowFinder
private WindowFinder
FxServiceContext. windowFinder
Methods in org.testfx.api that return WindowFinder Modifier and Type Method Description WindowFinder
FxRobotContext. getWindowFinder()
WindowFinder
FxServiceContext. getWindowFinder()
-
Uses of WindowFinder in org.testfx.robot.impl
Fields in org.testfx.robot.impl declared as WindowFinder Modifier and Type Field Description private WindowFinder
WriteRobotImpl. windowFinder
Constructors in org.testfx.robot.impl with parameters of type WindowFinder Constructor Description WriteRobotImpl(BaseRobot baseRobot, SleepRobot sleepRobot, WindowFinder windowFinder)
-
Uses of WindowFinder in org.testfx.service.finder.impl
Classes in org.testfx.service.finder.impl that implement WindowFinder Modifier and Type Class Description class
WindowFinderImpl
Fields in org.testfx.service.finder.impl declared as WindowFinder Modifier and Type Field Description private WindowFinder
NodeFinderImpl. windowFinder
Constructors in org.testfx.service.finder.impl with parameters of type WindowFinder Constructor Description NodeFinderImpl(WindowFinder windowFinder)
-