Hi, I'm trying to implement a way in RF with Sikuli to check whether a specific region on screen contains an image that I have captured before. I was wondering if it's possible to add this function, or if it's already possible and i haven't figured it out. I know that it's possible with sikuli in java with the reg.find("targetPattern) command, but I'm unsure how it would work in RobotFramework, and I haven't been able to see any other topics discussing this issue so far.
Thanks in advance for any help.
Hi, I'm trying to implement a way in RF with Sikuli to check whether a specific region on screen contains an image that I have captured before. I was wondering if it's possible to add this function, or if it's already possible and i haven't figured it out. I know that it's possible with sikuli in java with the
reg.find("targetPattern)command, but I'm unsure how it would work in RobotFramework, and I haven't been able to see any other topics discussing this issue so far.Thanks in advance for any help.