sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03763
[Question #163581]: AttributeError: 'Region' object has no attribute 'findALL'
New question #163581 on Sikuli:
https://answers.launchpad.net/sikuli/+question/163581
So i try to run these two lines of code:
ScanWindow = Region("random region that i selected using the IDE" )
ScanWindow.findALL(FolderIcon.png)
and i get this:
[error] Stopped [error] An error occurs at line 40 [error] Error message: Traceback (most recent call last): File "C:\Users\Andrew\AppData\Local\Temp\sikuli-tmp974144857209933368.py", line 40, in ScanWindow.findALL("FolderIcon.png") AttributeError: 'Region' object has no attribute 'findALL'
I don't know why and i've been looking for a solid hour for anyone having a similar issue.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.