Sikuli on Cross Browser Testing

Asked by Vinodhini

Can u please list out the browsers supported by Sikuli for image based automation.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

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.

Revision history for this message
Vinodhini (msgtovino) said :
#2

can u share any sample script used for image based automation using sikuli ...
and i want to know how sikuli is used effectively in case of flash images in a website, Streaming Videos....
Thanks in advance.

Revision history for this message
Best RaiMan (raimund-hocke) said :
#3

have a look around here and in the net.

I recommend to read across the docs, to get an impression about the features first (doc.sikuli.org)

Revision history for this message
Vinodhini (msgtovino) said :
#4

ya thanks for the info

Revision history for this message
Vinodhini (msgtovino) said :
#5

Thanks RaiMan, that solved my question.