← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663187]: how to read mpp rows using sikuli?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
of course you can try the visual way, that SikuliX offers:
- finding images and clicking on them
- calculate relative click locations
- use keyboard simulation including clipboard
- give OCR a try

Live would be much easier though, if you find a library/tool, that
allows to directly access the mpp-content from a Python script.

Another option might be, to export the relevant parts to XLS and use the
xlrd Python module.

CSV export/import might also be an option.

So the visual effort could concentrate on the webpage.

But also there Selenium might be the better choice, if the webpage is
accessible with it.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.