New question #655856 on Sikuli:
https://answers.launchpad.net/sikuli/+question/655856
In my scenario, I've to click on 500 different commands in an application.
Command response time varies from 1sec to 1 minutes.
I don't want to set 1 minute wait time for each command click.
Is there a way to
Question #655511 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/655511
Manfred Hampl proposed the following answer:
In addition to my previous comment:
You are right, the program will loop in the first while block:
A break statement will only escape the innermost loop. So the "
Question #654900 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654900
Status: Needs information => Open
Anna Andraszek gave more information on the question:
Java 8
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikul
Question #654244 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654244
Status: Answered => Solved
layanor confirmed that the question is solved:
Thanks Manfred Hampl, that solved my question.
--
You received this question notification because your team Sikuli Drivers
is a
Question #654244 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654244
Status: Open => Answered
Manfred Hampl proposed the following answer:
For a random letter you can use python standard functions. Something
like
myList=["a","s","d","z","x","c"]
import random
for x in ra
Question #655511 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/655511
Status: Open => Answered
Manfred Hampl proposed the following answer:
Your new code will loop forever in lines 13-15
You probably need a "break" inside this loop to continue processing below that
part.
Question #655840 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/655840
MJ gave more information on the question:
just read line 1 from text file1, delete that line, and append that line
to file2
--
You received this question notification because your team Sikuli Drivers
is an
New question #655840 on Sikuli:
https://answers.launchpad.net/sikuli/+question/655840
this is my current code that reads a line from a text file then types the in
the screen. how do i delete the line from the text file? how do i append that
line into another text file?
idsList = [] # empty li
Question #655535 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/655535
arminius posted a new comment:
impossible is it?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
___
9 matches
Mail list logo