Giannis Iordanou

Results 2 issues of Giannis Iordanou

I am writing a GUI application using PyQt and I have a multicheckbox widget using the code from MultiCheckComboBox.py. When I try to select all items (800 in total) using...

I was looking over some tutorials in Sikuli and they mentioned spatial operators like below, above, right etc. How can I perform something like find('some image.jpg').below().find('some other image.jpg') ?