Need Help with my Script (For Summoners War)
Hey Guys, maybe someone of you can help me to write my script to loop it over and over
while True:
exists(
click(
time.sleep(10)
click(
time.sleep(15)
exists(
click(
time.sleep(2)
exists(
click(
This is the Script, if i press Run, it only run the First and Second line and stop there and then the Script pop up again.
It would be great if someone gonna help me. :) (Sorry for my bad English btw :D)
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Alex Miller
- Solved:
- 2019-01-26
- Last query:
- 2019-01-26
- Last reply:
- 2019-01-25
masuo (masuo-ohara) said : | #1 |
If you want to click image2 only when image1 is visible, you have to use "if exists(image1)".
There is a general usage of exists().
https:/
Alex Miller (prev0luti0n) said : | #3 |
Nevermind... I solved the problem after 9 Hours of work :D