← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #439172]: Automated data extract and external text file logging

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
If it is a normal webpage (no Flash), then using Selenium is much more
suitable than SikuliX, to extract  content from the page.

If needed, you might mix both packages.

With SikuliX reading text from an image is possible but still rather
weak. nevertheless you might give it a try.

your questions:
at 1. if Python is ok for you, then the IDE is ok for getting used to SikuliX and make the first steps. PyCharm or Eclipse/PyDev could later be used, if things get more complex. The resulting scripts should then be run from command line in regular production.

at 2. Region.text()

at 3: standard Python file I/O

at 4: principally possible, but should not be used in your case for bulk
data transfer.

at 5: yes. With task scheduler the script has to run in admin context to
be allowed to act on the screen.

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