Hey OP. Im playing with sikuli quick question tho.. in the example you gave, how would you make that loop 5 times then click another image, wait 5 and start the script all over again?
for i in range(10):
for x in range(5):
click(abc)
click(xyz)
It doesn't work for me, it closing when I try to capture the picture. I'm on windows xp.
You didn't get it. Application is closing, not a window.Well it's supposed to close. Just try making a box with the mouse when you try to capture the picture. It's similar to how you do it on your Windows Desktop.
Cheers
You didn't get it. Application is closing, not a window.
With youlikehits and addmefast stopping fb likes i have a feeling claimfans is going to get real big then eventually shutdown fb likes too lol.. either way i just made a working sikuli script for claimfans (special thanks to OP for introducing me to Sikuli). I never uploaded anything so I got no clue on how to do the whole virus total thing but if someones interested, let me know and maybe a tip on how to quickly do virus total, and ill post it up!
I don't know about you, but it took me all of 25 minutes to create my first imacros script for youlikehits, then another 2 hours to modify it for all aspects of the site. I can create infinite points now.
Dunno why you would want to over complicate things with such a project when a simple solution is readily available.
Mind sharing your imacros script?
How exactly is it "over complicating things" when using Sikuli?Dunno why you would want to over complicate things with such a project when a simple solution is readily available.
1) True thatGood share with a couple cavaets. One, relying on the graphical rendering of a website is just as brittle as relying on its source or DOM. Two, Sikuli's a nearly-dead, narrow project, there's many more mature alternatives for browser emulation and automation with java and python APIs.
Btw, how do you make sikuli stop? It's looping under "while True" condition and can't make it stop. Please advise.