sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05183
Re: [Question #170637]: Clicking on a button which appears when the page is srolled down
Question #170637 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/170637
Status: Open => Answered
RaiMan proposed the following answer:
--1: WYSIWYS
Sikuli's behavior: What you see is what you script
So you can only click, what is visible on the screen in that moment.
Sikuli does not know anything about the application specific contents
(Windows, GUI-elemnts, ...) like Selenium. It is only visual with
respect to the screen.
--2: mouse exclusive for Sikuli
While running a Sikuli script, that uses mouse actions, you have to sit in front and watch (or do something else, if you trust your script ;-).
So if you want to do something while a script is running, you have to
use another system or try to run your Sikuli stuff in some Virtual
Desktop, that has it's own mouse and keyboard. For the latter, I do not
have experiences - you might scan this Q&A board for that.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.