Uses of Class
dev.botcity.framework.web.Region

Packages that use Region
Package
Description
Bot development package.
WebBot development package.
  • Uses of Region in dev.botcity.framework.bot

    Methods in dev.botcity.framework.bot with parameters of type Region
    Modifier and Type
    Method
    Description
    WebBot.findAll(String label, Region region, int threshold, boolean grayscale, double matching, long waitingTime, boolean best)
    Find all elements defined by label on screen until a timeout happens.
    WebBot.findAll(org.marvinproject.framework.image.MarvinImage visualElem, Region region, int threshold, boolean grayscale, double matching, long waitingTime, boolean best)
    Find all elements defined by label on screen until a timeout happens.
    WebBot.findMultiple(List<String> labels, Region region, int threshold, boolean grayscale, double matching, long waitingTime, boolean best)
    Find multiple elements defined by label on screen until a timeout happens.
    boolean
    WebBot.findUntil(String label, Region region, int threshold, boolean grayscale, double matching, long waitingTime, boolean best)
    Find an element defined by label on screen until a timeout happens.
    boolean
    WebBot.findUntil(org.marvinproject.framework.image.MarvinImage visualElem, Region region, int threshold, boolean grayscale, double matching, long waitingTime, boolean best)
    Find an element defined by label on screen until a timeout happens.
    WebBot.getElementCoords(String label, Region region, double matching)
    Find an element defined by label on screen and returns its coordinates.
    org.marvinproject.framework.image.MarvinImage
    WebBot.getScreenImage(Region region)
    Capture and returns a screenshot from the browser.
    org.marvinproject.framework.image.MarvinImage
    WebBot.screenCut(Region region)
    Capture a screenshot from a region of the screen.
  • Uses of Region in dev.botcity.framework.web

    Methods in dev.botcity.framework.web with parameters of type Region
    Modifier and Type
    Method
    Description
    CVFind.findAllElements(org.marvinproject.framework.image.MarvinImage visualElement, org.marvinproject.framework.image.MarvinImage screenElement, Region region, double matching, boolean returnFirst)
    Find all elements in the image.