Question #243197 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243197

RaiMan proposed the following answer:
Might be.

generally:
If a script, that was not changed in any aspect, does not run anymore suddenly, 
then it always has something to do with a changed environment against the 
situation, when the script ran successfully.

If the script acts on a webpage, then simply the use of a different browser 
might lead to crashes. This depends on how the webpage is setup and how the 
different rendering engines behave against the web content.
So there is a good chance that a script developed against Chrome works with 
Safari and other browsers using the webkit engine.
It might make problems with FireFox and IE and vice versa.

This should not be with modern web apps, but might be though, because
Sikuli works on the pixel level. So differences "visible" for Sikuli,
might not be obvious for the user looking at the screen.

--- about resolution:
as long as the image is shown in different resolutions with the same pixel 
content: no problem.
If the system and/or browser renders an image differently depending on 
different resolutions: big problems

Currently having these "big problems" is only solvable with different
image sets for different situations.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to