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

2017-01-19 Thread Mike
Question #439172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/439172

Mike posted a new comment:
To extract text, is it not safer to use CTRL-C /CTRL-V if you can (most
web site text is clipboard accessible)?

Question to Rick: why do you want to extract the data into a log and
then from there to a spreadsheet? Why not fill the spreadsheet in as you
go?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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

2017-01-13 Thread RaiMan
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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp