sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57128
[Question #696816]: Scroll until
New question #696816 on SikuliX:
https://answers.launchpad.net/sikuli/+question/696816
Hi,
sorry for this post. I've red many answers in this matter here on Launchpad but still I cant't get it working.
So I need to scroll until bottom of scroll.
This is what I've tried:
while True:
if not exists(complete_scroll):
break
else:
click(down_arrow)
wait(1)
The problem is that the loop continues forever.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.