Uses of Class
dev.botcity.framework.bot.UIElement
Packages that use UIElement
-
Uses of UIElement in dev.botcity.framework.bot
Methods in dev.botcity.framework.bot that return UIElementModifier and TypeMethodDescriptionDesktopBot.getLastElement()
Returns the last recognized UI element.Methods in dev.botcity.framework.bot that return types with arguments of type UIElementModifier and TypeMethodDescriptionDesktopBot.findAllSubimages
(org.marvinproject.framework.image.MarvinImage subimage, org.marvinproject.framework.image.MarvinImage imageIn, int startX, int startY, int searchWindowWidth, int searchWindowHeight, Double similarity) DesktopBot.findAllUntil
(String elementId, double elementMatching, int maxWaitingTime) DesktopBot.findAllUntil
(String elementId, org.marvinproject.framework.image.MarvinImage visualElem, Integer startX, Integer startY, Integer searchWindowWidth, Integer searchWindowHeight, Integer threshold, Double elementMatching, int maxWaitingTime) Methods in dev.botcity.framework.bot with parameters of type UIElementModifier and TypeMethodDescriptionboolean
DesktopBot.findRelative
(String elementId, org.marvinproject.framework.image.MarvinImage visualElem, UIElement anchor, int xDiff, int yDiff, int searchWindowWidth, int searchWindowHeight, Integer threshold, Double elementMatching, int maxWaitingTim, boolean best) void
DesktopBot.setCurrentElement
(UIElement el) Set current UI element.