sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21564
Re: [Question #237005]: CrossBrowser Testing :To verify the logos and images in all browsers
Question #237005 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237005
Status: Open => Answered
RaiMan proposed the following answer:
the preparations:
- implement def's to open a specific browser and go to the webpage
- make a folder that contains the unzipped stuff (if needed browser specific)
the script:
- open a browser
- setBundlePath() to the correct folder
- check for existence of the images as needed
this is what you can do with Sikuli.
To check, wether the link behind an image is correct, cannot be done easily with Sikuli.
But you could combine Sikuli and Selenium (Google is your friend)
--- Please advise on this with the sample code snippet by using SIkuli IDE
this is your job.
... and depending on your programming/scripting skills this might be too complex for Sikuli IDE:
- use a Jython aware IDE (Eclipse, NetBeans, ...)
- ... or make it with Java
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.