Is there a way to find an image on a page with OpenRPA and act on it?

Is there a way to find an image on a page with OpenRPA and act on it?

Like if this image shows up, do this?

An image by name, or an image by the content of the image ?

  • If by name, yes
  • if by content … kind of … image.get element could be used to search for an image, but this require the image to be the same size on he screen always and this is hard to do in a browser, even if you ensure the browser always has the same size ( like doing it fullscreen )

Image by content. Such as if you see a basketball that looks like the example image.

It can be the same size…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.