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
Methods in org.testfx.api that return WindowFinder Modifier and Type Method Description WindowFinderFxRobotContext. getWindowFinder()WindowFinderFxServiceContext. getWindowFinder() -
Uses of WindowFinder in org.testfx.robot.impl
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 classWindowFinderImplConstructors in org.testfx.service.finder.impl with parameters of type WindowFinder Constructor Description NodeFinderImpl(WindowFinder windowFinder)
-