← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #214836]: Sikuli on Cross Browser Testing

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Sikuli is not aware of any application, since Sikuli only sees what is on the screen (the pixels):
WYSIWYS - What You See Is What You Script

Sikuli does not know anything about GUI or DOM elements like e.g.
Selenium.

But there is one thing to be aware: different browsers might have
differences in rendering some aspect of a page which in turn does not
allow to find a specific image, that was shot using another browser.

As a worst case, you need a different set of images for at least the
different browser engines (IE, FF(Gecko), Chrome/Safari, ...(WebKit),
...)

You simply have to check this for your situation.

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