sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49982
Re: [Question #677350]: Sikuli performs incorrect operation
Question #677350 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677350
Status: Open => Answered
RaiMan proposed the following answer:
This usually happens if something has changed in the browser content
(usually images/GUI elements).
Images searched in your workflow are no longer found in the way, your
workflow expects.
You have to check your workflow step by step and see what happens.
With version 1.1.4 the IDE has a new feature, that might help in such cases:
- run only one line
- run up to a line from beginning
- run from a line to the end
- run selected lines
This can be used to step through your script
(https://sikulix-2014.readthedocs.io/en/latest/ide.html#run-only-parts-
of-a-script)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.