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 WindowFinderFxRobotContext. windowFinderprivate WindowFinderFxServiceContext. windowFinderMethods in org.testfx.api that return WindowFinder Modifier and Type Method Description WindowFinderFxRobotContext. getWindowFinder()WindowFinderFxServiceContext. getWindowFinder() -
Uses of WindowFinder in org.testfx.robot.impl
Fields in org.testfx.robot.impl declared as WindowFinder Modifier and Type Field Description private WindowFinderWriteRobotImpl. windowFinderConstructors 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 classWindowFinderImplFields in org.testfx.service.finder.impl declared as WindowFinder Modifier and Type Field Description private WindowFinderNodeFinderImpl. windowFinderConstructors in org.testfx.service.finder.impl with parameters of type WindowFinder Constructor Description NodeFinderImpl(WindowFinder windowFinder)
-