Uses of Class
dev.botcity.framework.bot.UIElement
-
Uses of UIElement in dev.botcity.framework.bot
Modifier and TypeMethodDescriptionDesktopBot.getLastElement()
Returns the last recognized UI element.Modifier 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) Modifier 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.